#include <KeyboardEvent.h>
Public Member Functions | |
| KeyboardEvent () | |
| KeyboardEvent (int scancode) | |
| virtual | ~KeyboardEvent () |
| int | getScancode () |
| void | print () |
Private Attributes | |
| int | scancode |
This class stores all the information about a keyboard event and makes it a class to standardize how it is used.
| KeyboardEvent::KeyboardEvent | ( | ) | [inline] |
| KeyboardEvent::KeyboardEvent | ( | int | scancode | ) | [inline] |
| virtual KeyboardEvent::~KeyboardEvent | ( | ) | [inline, virtual] |
| int KeyboardEvent::getScancode | ( | ) | [inline] |
| void KeyboardEvent::print | ( | ) | [inline] |
int KeyboardEvent::scancode [private] |
1.5.7.1