[−][src]Module conrod_core::input::state::mouse
Mouse specific state.
Structs
ButtonMap | Stores the state of all mouse buttons. |
Mouse | The state of the |
PressedButtons | An iterator yielding all pressed buttons. |
Enums
Button | Represent a mouse button. |
ButtonPosition | Whether the button is up or down. |
Constants
NUM_BUTTONS | The max total number of buttons on a mouse. |