lv_test_private.h
API reference for lv_test_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_test.h
Summary
Structs
struct
lv_test_state_t
| Member | Type | Description |
|---|---|---|
mouse_indev | lv_indev_t * | |
keypad_indev | lv_indev_t * | |
encoder_indev | lv_indev_t * | |
draw_buf | lv_draw_buf_t | |
x_act | int32_t | |
y_act | int32_t | |
key_act | uint32_t | |
diff_act | int32_t | |
mouse_pressed | bool | |
key_pressed | bool | |
enc_pressed | bool | |
gesture_indev | lv_indev_t * | |
touch_data | lv_indev_touch_data_t * | |
max_touch_cnt | uint8_t |
Dependencies
lvgl_public.h
Last updated on