Module bevy_internal::input::mouse
source · Expand description
The mouse input functionality.
Structs
- A mouse button input event.
- An event reporting the change in physical position of a pointing device.
- A mouse wheel event.
Enums
- A button on a mouse device.
- The scroll unit.
Functions
- Updates the
ButtonInput<MouseButton>
resource with the latestMouseButtonInput
events.