|
rofi 2.0.0
|
#include <wayland-internal.h>

Data Fields | |
| uint32_t | button |
| char | modifiers |
| gint | x |
| gint | y |
| gboolean | pressed |
| guint32 | time |
Definition at line 22 of file wayland-internal.h.
| uint32_t widget_button_event::button |
Definition at line 23 of file wayland-internal.h.
Referenced by wayland_pointer_button(), and wayland_pointer_send_events().
| char widget_button_event::modifiers |
Definition at line 24 of file wayland-internal.h.
| gboolean widget_button_event::pressed |
Definition at line 26 of file wayland-internal.h.
Referenced by wayland_pointer_button(), and wayland_pointer_send_events().
| guint32 widget_button_event::time |
Definition at line 27 of file wayland-internal.h.
Referenced by wayland_pointer_button(), and wayland_pointer_send_events().
| gint widget_button_event::x |
Definition at line 25 of file wayland-internal.h.
Referenced by wayland_pointer_motion(), and wayland_pointer_send_events().
| gint widget_button_event::y |
Definition at line 25 of file wayland-internal.h.
Referenced by wayland_pointer_motion(), and wayland_pointer_send_events().