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