lv_windows_input_private.h

API reference for lv_windows_input_private.h

Report on GitHub
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)
Parameters
NameType
hWndHWND
uMsgUINT
wParamWPARAM
lParamLPARAM
plResultLRESULT *

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)
Parameters
NameType
hWndHWND
uMsgUINT
wParamWPARAM
lParamLPARAM
plResultLRESULT *

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)
Parameters
NameType
hWndHWND
uMsgUINT
wParamWPARAM
lParamLPARAM
plResultLRESULT *

Dependencies

  • stdbool.h
  • windows.h

How is this guide?

Last updated on

On this page