Enum wayland_protocols::unstable::pointer_constraints::v1::client::zwp_locked_pointer_v1::Event [] [src]

pub enum Event {
    Locked,
    Unlocked,
}

Variants

lock activation event

Notification that the pointer lock of the seat's pointer is activated.

lock deactivation event

Notification that the pointer lock of the seat's pointer is no longer active. If this is a oneshot pointer lock (see wp_pointer_constraints.lifetime) this object is now defunct and should be destroyed. If this is a persistent pointer lock (see wp_pointer_constraints.lifetime) this pointer lock may again reactivate in the future.

Trait Implementations

impl MessageGroup for Event
[src]

[src]

Whether this message is a destructor Read more

[src]

Construct a message of this group from its C representation

[src]

Build a C representation of this message Read more

Auto Trait Implementations

impl Send for Event

impl Sync for Event