|
SCV
4.2.1
Simple Components for Visual
|
A class that controls the keyboard. More...
#include <Keyboard.h>
Classes | |
| class | KeyboardControl |
| A class that controls the input keyboard. More... | |
Public Member Functions | |
| bool | isEmpty (void) |
| std::deque< KeyboardControl > | clear (void) |
| void | pop (int key, bool special) |
| void | push (int key, bool special) |
Protected Member Functions | |
| Keyboard (void) | |
Protected Member Functions inherited from Singleton< T > | |
| Singleton (void) | |
| virtual | ~Singleton (void) |
| Singleton (const Singleton &source) | |
Friends | |
| class | Singleton< Keyboard > |
Additional Inherited Members | |
Static Public Member Functions inherited from Singleton< T > | |
| static void | setInstance (T *instance) |
| static T * | getInstance () |
| static void | destroyInstance () |
Static Protected Attributes inherited from Singleton< T > | |
| static T * | _instance = 0 |
A class that controls the keyboard.
|
inlineprotected |
| std::deque< Keyboard::KeyboardControl > scv::Keyboard::clear | ( | void | ) |
| bool scv::Keyboard::isEmpty | ( | void | ) |
| void scv::Keyboard::pop | ( | int | key, |
| bool | special | ||
| ) |
| void scv::Keyboard::push | ( | int | key, |
| bool | special | ||
| ) |