Searched refs:inputs (Results 1 – 12 of 12) sorted by relevance
/lvgl-latest/src/drivers/windows/ |
D | lv_windows_input.c | 251 PTOUCHINPUT inputs, in lv_windows_get_touch_input_info() argument 267 return function(touch_input_handle, input_count, inputs, item_size); in lv_windows_get_touch_input_info() 356 PTOUCHINPUT inputs = malloc(input_count * sizeof(TOUCHINPUT)); in lv_windows_pointer_device_window_message_handler() local 357 if(inputs) { in lv_windows_pointer_device_window_message_handler() 361 inputs, in lv_windows_pointer_device_window_message_handler() 365 Point.x = TOUCH_COORD_TO_PIXEL(inputs[i].x); in lv_windows_pointer_device_window_message_handler() 366 Point.y = TOUCH_COORD_TO_PIXEL(inputs[i].y); in lv_windows_pointer_device_window_message_handler() 390 inputs[i].dwFlags & MousePressedMask in lv_windows_pointer_device_window_message_handler() 396 free(inputs); in lv_windows_pointer_device_window_message_handler()
|
/lvgl-latest/demos/keypad_encoder/ |
D | README.md | 6 This demo shows how to handle buttons, drop-down lists, rollers, sliders, switches and text inputs …
|
/lvgl-latest/docs/details/other-components/ |
D | monkey.rst | 9 random inputs and checking the behavior or seeing whether the aplication or system
|
/lvgl-latest/docs/details/integration/driver/ |
D | X11.rst | 8 …11>`__ offers support for simulating the LVGL display and keyboard/mouse inputs in an X11 desktop …
|
D | windows.rst | 8 …ws>`__ offers support for simulating the LVGL display and keyboard/mouse inputs in a Windows Win32…
|
D | opengles.rst | 10 …es>`__ offers support for simulating the LVGL display and keyboard/mouse inputs in an desktop wind…
|
D | wayland.rst | 10 …nd>`__ offers support for simulating the LVGL display and keyboard/mouse inputs in a desktop windo…
|
/lvgl-latest/demos/ |
D | README.md | 138 …w to handle buttons, drop-down lists, rollers, sliders, switches, and text inputs without touchpad.
|
/lvgl-latest/docs/details/integration/chip/ |
D | espressif.rst | 27 …reover, it can add support for touch, rotary encoders, button or USB HID inputs. It simplifies pow…
|
/lvgl-latest/docs/details/main-components/ |
D | font.rst | 232 - Only displaying text is supported (e.g. on labels), i.e. text inputs (e.g. Text
|
/lvgl-latest/docs/details/base-widget/ |
D | obj.rst | 371 the animation starts after ``delay`` time. All inputs are disabled
|
/lvgl-latest/ |
D | Kconfig | 1755 bool "Use the wayland client to open a window and handle inputs on Linux or BSD"
|