| 
    KiCad PCB EDA Suite
    
   | 
 
#include <wayland-pointer-constraints-unstable-v1.h>
Public Attributes | |
| void(* | confined )(void *data, struct zwp_confined_pointer_v1 *zwp_confined_pointer_v1) | 
| pointer confined   | |
| void(* | unconfined )(void *data, struct zwp_confined_pointer_v1 *zwp_confined_pointer_v1) | 
| pointer unconfined   | |
Definition at line 548 of file wayland-pointer-constraints-unstable-v1.h.
| void(* zwp_confined_pointer_v1_listener::confined) (void *data, struct zwp_confined_pointer_v1 *zwp_confined_pointer_v1) | 
pointer confined
Notification that the pointer confinement of the seat's pointer is activated.
Definition at line 555 of file wayland-pointer-constraints-unstable-v1.h.
| void(* zwp_confined_pointer_v1_listener::unconfined) (void *data, struct zwp_confined_pointer_v1 *zwp_confined_pointer_v1) | 
pointer unconfined
Notification that the pointer confinement of the seat's pointer is no longer active. If this is a oneshot pointer confinement (see wp_pointer_constraints.lifetime) this object is now defunct and should be destroyed. If this is a persistent pointer confinement (see wp_pointer_constraints.lifetime) this pointer confinement may again reactivate in the future.
Definition at line 567 of file wayland-pointer-constraints-unstable-v1.h.