1
0
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:
yours3lf 2020-05-20 22:41:07 +01:00
parent ba46123aab
commit 027b750129

View File

@ -74,6 +74,8 @@ void handleInput()
{
assert(li);
libinput_dispatch(li);
struct libinput_event* event = 0;
while ((event = libinput_get_event(li)) != 0)
{