.TH "wayland::server::zwp_input_timestamps_manager_v1_t" 3 "Wed May 3 2023" "Version 1.0.0" "Wayland++" \" -*- nroff -*- .ad l .nh .SH NAME wayland::server::zwp_input_timestamps_manager_v1_t \- context object for high-resolution input timestamps .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 input timestamps manager object " .ti -1c .RI "std::function< void(\fBzwp_input_timestamps_v1_t\fP, \fBkeyboard_t\fP)> & \fBon_get_keyboard_timestamps\fP ()" .br .RI "subscribe to high-resolution keyboard timestamp events " .ti -1c .RI "std::function< void(\fBzwp_input_timestamps_v1_t\fP, \fBpointer_t\fP)> & \fBon_get_pointer_timestamps\fP ()" .br .RI "subscribe to high-resolution pointer timestamp events " .ti -1c .RI "std::function< void(\fBzwp_input_timestamps_v1_t\fP, \fBtouch_t\fP)> & \fBon_get_touch_timestamps\fP ()" .br .RI "subscribe to high-resolution touch timestamp events " .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 .SH "Detailed Description" .PP context object for high-resolution input timestamps A global interface used for requesting high-resolution timestamps for input events\&. .PP Definition at line \fB1215\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 "std::function< void()> & zwp_input_timestamps_manager_v1_t::on_destroy ()" .PP destroy the input timestamps manager object Informs the server that the client will no longer be using this protocol object\&. Existing objects created by this object are not affected\&. .PP Definition at line \fB4721\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(\fBzwp_input_timestamps_v1_t\fP, \fBkeyboard_t\fP)> & zwp_input_timestamps_manager_v1_t::on_get_keyboard_timestamps ()" .PP subscribe to high-resolution keyboard timestamp events .PP \fBParameters\fP .RS 4 \fIid\fP .br \fIkeyboard\fP the wl_keyboard object for which to get timestamp events .RE .PP Creates a new input timestamps object that represents a subscription to high-resolution timestamp events for all wl_keyboard events that carry a timestamp\&. .PP If the associated wl_keyboard object is invalidated, either through client action (e\&.g\&. release) or server-side changes, the input timestamps object becomes inert and the client should destroy it by calling zwp_input_timestamps_v1\&.destroy\&. .PP Definition at line \fB4727\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(\fBzwp_input_timestamps_v1_t\fP, \fBpointer_t\fP)> & zwp_input_timestamps_manager_v1_t::on_get_pointer_timestamps ()" .PP subscribe to high-resolution pointer timestamp events .PP \fBParameters\fP .RS 4 \fIid\fP .br \fIpointer\fP the wl_pointer object for which to get timestamp events .RE .PP Creates a new input timestamps object that represents a subscription to high-resolution timestamp events for all wl_pointer events that carry a timestamp\&. .PP If the associated wl_pointer object is invalidated, either through client action (e\&.g\&. release) or server-side changes, the input timestamps object becomes inert and the client should destroy it by calling zwp_input_timestamps_v1\&.destroy\&. .PP Definition at line \fB4733\fP of file \fBwayland\-server\-protocol\-unstable\&.cpp\fP\&. .SS "std::function< void(\fBzwp_input_timestamps_v1_t\fP, \fBtouch_t\fP)> & zwp_input_timestamps_manager_v1_t::on_get_touch_timestamps ()" .PP subscribe to high-resolution touch timestamp events .PP \fBParameters\fP .RS 4 \fIid\fP .br \fItouch\fP the wl_touch object for which to get timestamp events .RE .PP Creates a new input timestamps object that represents a subscription to high-resolution timestamp events for all wl_touch events that carry a timestamp\&. .PP If the associated wl_touch object becomes invalid, either through client action (e\&.g\&. release) or server-side changes, the input timestamps object becomes inert and the client should destroy it by calling zwp_input_timestamps_v1\&.destroy\&. .PP Definition at line \fB4739\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 .SH "Author" .PP Generated automatically by Doxygen for Wayland++ from the source code\&.