lv_libinput_private.h
API reference for lv_libinput_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_libinput.h
Summary
Structs
struct
_lv_libinput_event_t
| Member | Type | Description |
|---|---|---|
pressed | lv_indev_state_t | |
key_val | int | |
point | lv_point_t |
struct
_lv_libinput_t
| Member | Type | Description |
|---|---|---|
fd | int | |
fds | struct pollfd[1] | |
points | lv_libinput_event_t[32] | |
slots | lv_libinput_event_t[2] | |
pointer_position | lv_point_t | |
pointer_button_down | bool | |
start | int | |
end | int | |
last_event | lv_libinput_event_t | |
deinit | bool | |
event_lock | pthread_mutex_t | |
worker_thread | pthread_t | |
libinput_context | struct libinput * | |
libinput_device | struct libinput_device * |
Dependencies
How is this guide?
Last updated on