- LowLevelMouseProc
LRESULT LowLevelMouseProc(int nCode, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.
- getModuleHandle
HINSTANCE getModuleHandle()
Undocumented in source. Be warned that the author may not have intended to support it.
- keyState
SHORT keyState(int vk)
Undocumented in source. Be warned that the author may not have intended to support it.
- mouseCursorToCursorId
HCURSOR mouseCursorToCursorId(MouseCursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
- vkToKey
Key vkToKey(WPARAM vk, bool shiftPressed)
Undocumented in source. Be warned that the author may not have intended to support it.
- windowProcCallback
LRESULT windowProcCallback(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.
Win32 window implementation.