Expand description
Tools for configuring input devices.
Modules§
- acceleration
- Constants determining the acceleration profile of a device.
- capability
- Constants specifying the capabilities of an input device.
Structs§
- Input
Device - An input device.
- Seat
- A seat.
Enums§
- Focus
Follows Mouse Mode - A focus-follows-mouse mode.
- Switch
Event - An event generated by a switch.
Functions§
- disable_
default_ seat - Disables the creation of a default seat.
- get_
default_ seat - Returns or creates the default seat.
- get_
seat - Returns or creates a seat.
- get_
seats - Returns all seats.
- input_
devices - Returns all input devices.
- on_
input_ device_ removed - Sets a closure to run when an input device has been removed.
- on_
new_ input_ device - Sets a closure to run when a new input device has been added.
- on_
new_ seat - Sets a closure to run when a new seat has been created.
- set_
double_ click_ distance - Sets the maximum distance between two clicks to be registered as a double click by the compositor.
- set_
double_ click_ time - Sets the maximum time between two clicks to be registered as a double click by the compositor.
- set_
libei_ socket_ enabled - Enables or disables the unauthenticated libei socket.