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