Expand description
pointer input device
The wl_pointer interface represents one or more input devices, such as mice, which control the pointer location and pointer_focus of a seat.
The wl_pointer interface generates motion, enter and leave events for the surfaces that the pointer is located over, and button and axis events for button presses, button releases and scrolling.
Structs§
- WlPointer
- A wl_pointer object.
- WlPointer
Axis - axis types
- WlPointer
Axis Relative Direction - axis relative direction
- WlPointer
Axis Source - axis source types
- WlPointer
Button State - physical button state
- WlPointer
Error
Traits§
- WlPointer
Handler - A message handler for
WlPointerproxies.