mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-17 06:59:46 -05:00
Drop coordinates from buttons press, add timestamp to events
This commit is contained in:
parent
747638b46b
commit
808fd41861
8 changed files with 169 additions and 91 deletions
|
|
@ -73,11 +73,11 @@ WL_EXPORT const struct wl_interface wl_surface_interface = {
|
|||
|
||||
|
||||
static const struct wl_message input_device_events[] = {
|
||||
{ "motion", "iiii" },
|
||||
{ "button", "uuiiii" },
|
||||
{ "key", "uu" },
|
||||
{ "pointer_focus", "o" },
|
||||
{ "keyboard_focus", "oa" },
|
||||
{ "motion", "uiiii" },
|
||||
{ "button", "uuu" },
|
||||
{ "key", "uuu" },
|
||||
{ "pointer_focus", "uo" },
|
||||
{ "keyboard_focus", "uoa" },
|
||||
};
|
||||
|
||||
WL_EXPORT const struct wl_interface wl_input_device_interface = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue