Connect Motion Devices in Setsu

This commit is contained in:
Florian Märkl 2021-01-06 13:04:24 +01:00
commit 698bce8022
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
4 changed files with 114 additions and 2 deletions

View file

@ -122,6 +122,8 @@ void event(SetsuEvent *event, void *user)
LOG("Button for %s: %llu %s\n", setsu_device_get_path(event->dev),
(unsigned long long)event->button, event->type == SETSU_EVENT_BUTTON_DOWN ? "down" : "up");
break;
default:
break;
}
}