.TH "wayland::server::zwp_locked_pointer_v1_t" 3 "Wed May 1 2024 17:27:19" "Version 1.0.0" "Wayland++" \" -*- nroff -*- .ad l .nh .SH NAME wayland::server::zwp_locked_pointer_v1_t \- receive relative pointer motion events .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits wayland::server::resource_t\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "std::function< void()> & \fBon_destroy\fP ()" .br .RI "destroy the locked pointer object " .ti -1c .RI "std::function< void(double, double)> & \fBon_set_cursor_position_hint\fP ()" .br .RI "set the pointer cursor position hint " .ti -1c .RI "std::function< void(\fBregion_t\fP)> & \fBon_set_region\fP ()" .br .RI "set a new lock region " .ti -1c .RI "void \fBlocked\fP (bool post=true)" .br .RI "lock activation event " .ti -1c .RI "void \fBunlocked\fP (bool post=true)" .br .RI "lock deactivation event " .ti -1c .RI "bool \fBproxy_has_object\fP () const" .br .RI "Check whether this wrapper actually wraps an object\&. " .ti -1c .RI "void \fBpost_no_memory\fP () const" .br .ti -1c .RI "uint32_t \fBget_id\fP () const" .br .ti -1c .RI "client_t \fBget_client\fP () const" .br .ti -1c .RI "unsigned int \fBget_version\fP () const" .br .ti -1c .RI "std::string \fBget_class\fP ()" .br .in -1c .SS "Static Public Attributes" .in +1c .ti -1c .RI "static constexpr std::uint32_t \fBlocked_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBlocked\fP function\&. " .ti -1c .RI "static constexpr std::uint32_t \fBunlocked_since_version\fP = 1" .br .RI "Minimum protocol version required for the \fBunlocked\fP function\&. " .in -1c .SH "Detailed Description" .PP receive relative pointer motion events The wp_locked_pointer interface represents a locked pointer state\&. .PP While the lock of this object is active, the wl_pointer objects of the associated seat will not emit any wl_pointer\&.motion events\&. .PP 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\&. .PP To unlock the pointer, send the destroy request\&. This will also destroy the wp_locked_pointer object\&. .PP If the compositor decides to unlock the pointer the unlocked event is sent\&. See wp_locked_pointer\&.unlock for details\&. .PP 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\&. .PP 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\&. .PP Definition at line \fB2880\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SH "Member Function Documentation" .PP .SS "std::string wayland::server::resource_t::get_class ()\fC [inherited]\fP" Retrieve the interface name (class) of a resource object\&. .PP \fBReturns\fP .RS 4 Interface name of the resource object\&. .RE .PP .SS "client_t wayland::server::resource_t::get_client () const\fC [inherited]\fP" Get the associated client .PP \fBReturns\fP .RS 4 the client that owns the resource\&. .RE .PP .SS "uint32_t wayland::server::resource_t::get_id () const\fC [inherited]\fP" Get the internal ID of the resource .PP \fBReturns\fP .RS 4 the internal ID of the resource .RE .PP .SS "unsigned int wayland::server::resource_t::get_version () const\fC [inherited]\fP" Get interface version .PP \fBReturns\fP .RS 4 Interface version this resource has been constructed with\&. .RE .PP .SS "void zwp_locked_pointer_v1_t::locked (bool post = \fCtrue\fP)" .PP lock activation event Notification that the pointer lock of the seat's pointer is activated\&. .PP Definition at line \fB5450\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void()> & zwp_locked_pointer_v1_t::on_destroy ()" .PP destroy the locked pointer object Destroy the locked pointer object\&. If applicable, the compositor will unlock the pointer\&. .PP Definition at line \fB5432\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(double, double)> & zwp_locked_pointer_v1_t::on_set_cursor_position_hint ()" .PP set the pointer cursor position hint .PP \fBParameters\fP .RS 4 \fIsurface_x\fP surface-local x coordinate .br \fIsurface_y\fP surface-local y coordinate .RE .PP Set the cursor position hint relative to the top left corner of the surface\&. .PP If the client is drawing its own cursor, it should update the position hint to the position of its own cursor\&. A compositor may use this information to warp the pointer upon unlock in order to avoid pointer jumps\&. .PP The cursor position hint is double buffered\&. The new hint will only take effect when the associated surface gets it pending state applied\&. See wl_surface\&.commit for details\&. .PP Definition at line \fB5438\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(\fBregion_t\fP)> & zwp_locked_pointer_v1_t::on_set_region ()" .PP set a new lock region .PP \fBParameters\fP .RS 4 \fIregion\fP region of surface .RE .PP Set a new region used to lock the pointer\&. .PP The new lock region is double-buffered\&. The new lock region will only take effect when the associated surface gets its pending state applied\&. See wl_surface\&.commit for details\&. .PP For details about the lock region, see wp_locked_pointer\&. .PP Definition at line \fB5444\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "void wayland::server::resource_t::post_no_memory () const\fC [inherited]\fP" Post 'not enough memory' error to the client .PP If the compositor has not enough memory to fulfill a certail request of the client, this function can be called to notify the client of this circumstance\&. .SS "bool wayland::server::resource_t::proxy_has_object () const\fC [inherited]\fP" .PP Check whether this wrapper actually wraps an object\&. .PP \fBReturns\fP .RS 4 true if there is an underlying object, false if this wrapper is empty .RE .PP .SS "void zwp_locked_pointer_v1_t::unlocked (bool post = \fCtrue\fP)" .PP 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\&. .PP Definition at line \fB5455\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SH "Member Data Documentation" .PP .SS "constexpr std::uint32_t wayland::server::zwp_locked_pointer_v1_t::locked_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBlocked\fP function\&. .PP Definition at line \fB2958\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SS "constexpr std::uint32_t wayland::server::zwp_locked_pointer_v1_t::unlocked_since_version = 1\fC [static]\fP, \fC [constexpr]\fP" .PP Minimum protocol version required for the \fBunlocked\fP function\&. .PP Definition at line \fB2974\fP of file \fBwayland\-server\-protocol\-unstable\&.hpp\fP\&. .SH "Author" .PP Generated automatically by Doxygen for Wayland++ from the source code\&.