Enum wayland_client::wayland::seat::WlSeatEvent [] [src]

pub enum WlSeatEvent {
    Capabilities(WlSeatCapability),
    Name(String),
}

Variants

Capabilities(WlSeatCapability)

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(String)

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,

Trait Implementations

impl Debug for WlSeatEvent
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.