Reading of user input data. More...
#include <CKeyboard.h>
Public Member Functions | |
BOOL | Init () |
Opens the input event node and initializes internal data. | |
void | Close () |
Closes the input event node. | |
BOOL | NextAction (SKeyEvent *event) |
Returns event's data. |
Reading of user input data.
BOOL CKeyboard::Init | ( | ) |
Opens the input event node and initializes internal data.
BOOL CKeyboard::NextAction | ( | SKeyEvent * | event | ) |
Returns event's data.
event | - data of this event. |
true
, if data was read and event can be processed, false
otherwise