|
KarmaEngine
Game Engine for practical learning and research purposes
|
Windows specific data structure for Input system. More...
#include <WindowsInput.h>
Public Member Functions | |
| WindowsInputData () | |
| A constructor. | |
Public Attributes | |
| Input::EventCallbackFn | EventCallback |
| The function to call on detecting Input event from API. | |
Windows specific data structure for Input system.
|
inline |
A constructor.
| Input::EventCallbackFn Karma::WindowsInputData::EventCallback |
The function to call on detecting Input event from API.
Usually Application::OnEvent function is used for the callback.