Added keyboard input handling
Windows only
This commit is contained in:
parent
33bb0eb2b8
commit
cca1c865d9
4 changed files with 47 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue