A wp_relative_pointer object is an extension to the wl_pointer interface used for emitting relative pointer events. It shares the same focus as wl_pointer objects of the same seat and will only emit events when it has focus.
◆ ZWP_RELATIVE_POINTER_V1_DESTROY_SINCE_VERSION
#define ZWP_RELATIVE_POINTER_V1_DESTROY_SINCE_VERSION 1 |
◆ ZWP_RELATIVE_POINTER_V1_RELATIVE_MOTION_SINCE_VERSION
#define ZWP_RELATIVE_POINTER_V1_RELATIVE_MOTION_SINCE_VERSION 1 |
◆ zwp_relative_pointer_v1_add_listener()
Definition at line 244 of file relative-pointer-unstable-v1-client-protocol.h.
246{
247 return wl_proxy_add_listener((struct wl_proxy *) zwp_relative_pointer_v1,
248 (
void (**)(
void)) listener,
data);
249}
GLint GLenum GLsizei GLsizei GLsizei GLint GLsizei const GLvoid * data
◆ zwp_relative_pointer_v1_destroy()
static void zwp_relative_pointer_v1_destroy |
( |
struct zwp_relative_pointer_v1 * |
zwp_relative_pointer_v1 | ) |
|
|
inlinestatic |
◆ zwp_relative_pointer_v1_get_user_data()
static void * zwp_relative_pointer_v1_get_user_data |
( |
struct zwp_relative_pointer_v1 * |
zwp_relative_pointer_v1 | ) |
|
|
inlinestatic |
◆ zwp_relative_pointer_v1_set_user_data()
static void zwp_relative_pointer_v1_set_user_data |
( |
struct zwp_relative_pointer_v1 * |
zwp_relative_pointer_v1, |
|
|
void * |
user_data |
|
) |
| |
|
inlinestatic |