[][src]Module bevy::input::mouse

Structs

MouseButtonInput

A mouse button input event

MouseButtonInputState

State used by the mouse button input system

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