lv_windows_input_private.h
API reference for lv_windows_input_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_windows_input.h
Summary
Functions
lv_windows_pointer_device_window_message_handler
bool lv_windows_pointer_device_window_message_handler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *plResult)| Name | Type |
|---|---|
hWnd | HWND |
uMsg | UINT |
wParam | WPARAM |
lParam | LPARAM |
plResult | LRESULT * |
lv_windows_keypad_device_window_message_handler
bool lv_windows_keypad_device_window_message_handler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *plResult)| Name | Type |
|---|---|
hWnd | HWND |
uMsg | UINT |
wParam | WPARAM |
lParam | LPARAM |
plResult | LRESULT * |
lv_windows_encoder_device_window_message_handler
bool lv_windows_encoder_device_window_message_handler(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT *plResult)| Name | Type |
|---|---|
hWnd | HWND |
uMsg | UINT |
wParam | WPARAM |
lParam | LPARAM |
plResult | LRESULT * |
Dependencies
stdbool.hwindows.h
How is this guide?
Last updated on