Back to Adaptive Vision Library website
You are here: Start » Function Reference » User Input » GetKeyboardKeyState
GetKeyboardKeyState
Checks if the specified keyboard key is down and if it is toggled.
Syntax
void avl::GetKeyboardKeyState ( const int inKeyCode, bool& outIsDown, bool& outIsToggled )


