lv_windows_input.h

API reference for lv_windows_input.h

Report on GitHub
See Also: Private HeaderThis header has a companion private implementation with internal data structures.lv_windows_input_private.h
Summary

Functions

lv_windows_get_indev_window_handle

Get the window handle from specific LVGL input device object.

 
HWND lv_windows_get_indev_window_handle(lv_indev_t *indev)
Parameters
NameTypeDescription
indevlv_indev_t *The specific LVGL input device object.

Returns: HWND — The window handle from specific LVGL input device object.

Dependencies

How is this guide?

Last updated on

On this page