#include <Keyboard.h>
Inherits gedi::Keyboard.
Inheritance diagram for gedi::KeyboardState:
Public Member Functions | |
KeyboardState (void) | |
gedi::Bool32 | IsButtonDownState (gedi::UInt32 iButton) |
gedi::KeyboardState::KeyboardState | ( | void | ) |
Constructor.
gedi::Bool32 gedi::KeyboardState::IsButtonDownState | ( | gedi::UInt32 | iButton | ) |
Returns true if a button has transitioned to down state. (RC)
iButton | DirectInput keyboard constant. |