Input

Engine/source/platform/platformInput.h

More...

Protected Static Attributes

Public Static Attributes

Global input routing JournaledSignal; post input events here for processing.

Public Static Functions

Detailed Description

Protected Static Attributes

bool smActive 
bool smLastJoystickActivated 
bool smLastKeyboardActivated 
bool smLastMouseActivated 
InputManager * smManager 
U8 smModifierKeys 

Current modifier keys.

Public Static Attributes

InputEvent smInputEvent 

Global input routing JournaledSignal; post input events here for processing.

Public Static Functions

activate()

deactivate()

destroy()

disable()

enable()

getAscii(U16 keyCode, KEY_STATE keyState)

getKeyCode(U16 asciiCode)

getManager()

getModifierKeys()

init()

isActive()

isEnabled()

process()

setModifierKeys(U8 mod)