mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-03 09:01:42 -05:00
Make multi-pointer work.
This also add command line parsing as a way to specify the input device files to use.
This commit is contained in:
parent
d6531261de
commit
c492b482d0
3 changed files with 80 additions and 47 deletions
|
|
@ -646,7 +646,7 @@ static const struct wl_method input_device_methods[] = {
|
|||
|
||||
static const struct wl_event input_device_events[] = {
|
||||
{ "motion", "iiii" },
|
||||
{ "button", "uu" },
|
||||
{ "button", "uuiiii" },
|
||||
{ "key", "uu" },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue