1 #ifndef Rag_KeyboardManager_h
2 #define Rag_KeyboardManager_h
4 #include <rag/EventDispatcher.h>
8 static const std::string KEYBOARD_WILL_HIDE =
"KeyboardWillHide";
20 static const int RETURN_KEYBOARD_CODE;
void nativeDeleteBackward()
When called, will generate a standard multi-platform KeyboardEvent.
Definition: KeyboardManager.cpp:20
Base class used to dispatch events.
Definition: EventDispatcher.h:14
Singleton class that dispatches Keyboard events.
Definition: KeyboardManager.h:15
void nativeInsertText(std::string text)
When called, will generate a standard multi-platform KeyboardEvent.
Definition: KeyboardManager.cpp:12