unstable
and server
only.Expand description
confined pointer object
The wp_confined_pointer interface represents a confined pointer state.
This object will send the event ‘confined’ when the confinement is activated. Whenever the confinement is activated, it is guaranteed that the surface the pointer is confined to will already have received pointer focus and that the pointer will be within the region passed to the request creating this object. It is up to the compositor to decide whether this requires some user interaction and if the pointer will warp to within the passed region if outside.
To unconfine the pointer, send the destroy request. This will also destroy the wp_confined_pointer object.
If the compositor decides to unconfine the pointer the unconfined event is sent. The wp_confined_pointer object is at this point defunct and should be destroyed.
Structs§
- ZwpConfined
Pointer V1 - confined pointer object
Enums§
Constants§
- EVT_
CONFINED_ OPCODE - The wire opcode for this event
- EVT_
CONFINED_ SINCE - The minimal object version supporting this event
- EVT_
UNCONFINED_ OPCODE - The wire opcode for this event
- EVT_
UNCONFINED_ SINCE - The minimal object version supporting this event
- REQ_
DESTROY_ OPCODE - The wire opcode for this request
- REQ_
DESTROY_ SINCE - The minimal object version supporting this request
- REQ_
SET_ REGION_ OPCODE - The wire opcode for this request
- REQ_
SET_ REGION_ SINCE - The minimal object version supporting this request