mirror of
https://github.com/Yours3lf/rpi-vk-driver.git
synced 2025-01-19 11:52:16 +01:00
weeeee input's working ffs
This commit is contained in:
parent
ba46123aab
commit
027b750129
@ -74,6 +74,8 @@ void handleInput()
|
||||
{
|
||||
assert(li);
|
||||
|
||||
libinput_dispatch(li);
|
||||
|
||||
struct libinput_event* event = 0;
|
||||
while ((event = libinput_get_event(li)) != 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user