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:
Kristian Høgsberg 2008-12-12 12:00:02 -05:00
parent d6531261de
commit c492b482d0
3 changed files with 80 additions and 47 deletions

View file

@ -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" },
};