leafwing_input_manager::user_input

Module mouse

source
Expand description

Mouse inputs

Structsยง

  • A resource that records the accumulated mouse movement for the frame.
  • A resource that records the accumulated mouse wheel (scrolling) movement for the frame.
  • Relative changes in position of mouse movement on both axes.
  • Relative changes in position of mouse movement on a single axis (X or Y).
  • Provides button-like behavior for mouse movement in cardinal directions.
  • Amount of mouse wheel scrolling on both axes.
  • Amount of mouse wheel scrolling on a single axis (X or Y).
  • Provides button-like behavior for mouse wheel scrolling in cardinal directions.