#include <SDLTranslator.h>
Inheritance diagram for cmil::SDL::DefaultKeyboard:
Public Member Functions | |
DefaultKeyboard () | |
virtual | ~DefaultKeyboard () |
Definition at line 53 of file SDLTranslator.h.
cmil::SDL::DefaultKeyboard::DefaultKeyboard | ( | ) | [inline] |
Definition at line 55 of file SDLTranslator.h.
References cmil::InputDevice::removeInput().
00055 : Keyboard("Keyboard") { 00057 removeInput("Percent"); 00058 }
Here is the call graph for this function:
virtual cmil::SDL::DefaultKeyboard::~DefaultKeyboard | ( | ) | [inline, virtual] |