[][src]Module wayland_raw_protocol_bindings::client::pointer_constraints_unstable_v1::zwp_confined_pointer_v1

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.

Enums

zwp_confined_pointer_v1

Statics

zwp_confined_pointer_v1_requests

C-representation of the messages of this interface, for interop

zwp_confined_pointer_v1_events

C-representation of the messages of this interface, for interop

zwp_confined_pointer_v1_interface

C representation of this interface, for interop

Traits

zwp_confined_pointer_v1_listener

An interface for handling events.

Functions

zwp_confined_pointer_v1_set_user_data
zwp_confined_pointer_v1_get_user_data
zwp_confined_pointer_v1_get_version
zwp_confined_pointer_v1_add_listener
zwp_confined_pointer_v1_add_rust_listener
zwp_confined_pointer_v1_destroy

destroy the confined pointer object

zwp_confined_pointer_v1_set_region

set a new confine region