Module bevy_input::mouse[][src]

Structs

MouseButtonInput

A mouse button input event

MouseMotion

A mouse motion event

MouseWheel

A mouse scroll wheel event, where x represents horizontal scroll and y represents vertical scroll.

Enums

MouseButton

A button on a mouse device

MouseScrollUnit

Unit of scroll

Functions

mouse_button_input_system

Updates the Input resource with the latest MouseButtonInput events