KiCad PCB EDA Suite
|
#include <wayland-pointer-constraints-unstable-v1.h>
Public Attributes | |
void(* | locked )(void *data, struct zwp_locked_pointer_v1 *zwp_locked_pointer_v1) |
lock activation event | |
void(* | unlocked )(void *data, struct zwp_locked_pointer_v1 *zwp_locked_pointer_v1) |
lock deactivation event | |
Definition at line 411 of file wayland-pointer-constraints-unstable-v1.h.
void(* zwp_locked_pointer_v1_listener::locked) (void *data, struct zwp_locked_pointer_v1 *zwp_locked_pointer_v1) |
lock activation event
Notification that the pointer lock of the seat's pointer is activated.
Definition at line 418 of file wayland-pointer-constraints-unstable-v1.h.
void(* zwp_locked_pointer_v1_listener::unlocked) (void *data, struct zwp_locked_pointer_v1 *zwp_locked_pointer_v1) |
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.
Definition at line 430 of file wayland-pointer-constraints-unstable-v1.h.