mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Connect Motion Devices in Setsu
This commit is contained in:
parent
20c54b05ad
commit
698bce8022
4 changed files with 114 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue