Added keyboard input handling

Windows only
This commit is contained in:
Sascha Willems 2023-02-25 09:37:08 +01:00
parent 33bb0eb2b8
commit cca1c865d9
4 changed files with 47 additions and 12 deletions

View file

@ -391,6 +391,10 @@ public:
/** @brief (Virtual) Called when the UI overlay is updating, can be used to add custom elements to the overlay */
virtual void OnUpdateUIOverlay(vks::UIOverlay *overlay);
#if defined(_WIN32)
virtual void OnHandleMessage(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
#endif
};
// OS specific macros for the example main entry points