Enum wayland_client::wayland::seat::WlSeatEvent
[−]
[src]
pub enum WlSeatEvent { Capabilities(WlSeatCapability), Name(String), }
Variants
Capabilities | seat capabilities changed This is emitted whenever a seat gains or loses the pointer, keyboard or touch capabilities. The argument is a capability enum containing the complete set of capabilities this seat has. Values: capabilities, | |
Name | unique identifier for this seat In a multiseat configuration this can be used by the client to help identify which physical devices the seat represents. Based on the seat configuration used by the compositor. Values: name, |