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