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

receive relative pointer motion events

The wp_locked_pointer interface represents a locked pointer state.

While the lock of this object is active, the wl_pointer objects of the associated seat will not emit any wl_pointer.motion events.

This object will send the event 'locked' when the lock is activated. Whenever the lock is activated, it is guaranteed that the locked surface will already have received pointer focus and that the pointer will be within the region passed to the request creating this object.

To unlock the pointer, send the destroy request. This will also destroy the wp_locked_pointer object.

If the compositor decides to unlock the pointer the unlocked event is sent. See wp_locked_pointer.unlock for details.

When unlocking, the compositor may warp the cursor position to the set cursor position hint. If it does, it will not result in any relative motion events emitted via wp_relative_pointer.

If the surface the lock was requested on is destroyed and the lock is not yet activated, the wp_locked_pointer object is now defunct and must be destroyed.

Enums

zwp_locked_pointer_v1

Statics

zwp_locked_pointer_v1_requests

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

zwp_locked_pointer_v1_events

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

zwp_locked_pointer_v1_interface

C representation of this interface, for interop

Traits

zwp_locked_pointer_v1_listener

An interface for handling events.

Functions

zwp_locked_pointer_v1_set_user_data
zwp_locked_pointer_v1_get_user_data
zwp_locked_pointer_v1_get_version
zwp_locked_pointer_v1_add_listener
zwp_locked_pointer_v1_add_rust_listener
zwp_locked_pointer_v1_destroy

destroy the locked pointer object

zwp_locked_pointer_v1_set_cursor_position_hint

set the pointer cursor position hint

zwp_locked_pointer_v1_set_region

set a new lock region