4 #include <rag/DisplayObject.h>
21 KeyboardTypeDefault = 0,
29 Keyboard(KeyboardType type = KeyboardTypeDefault);
void show()
Shows the native keyboard.
Definition: Keyboard.cpp:18
static rag::Rectangle size
The size of the native keyboard rectangle.
Definition: Keyboard.h:44
Base class for event system.
Definition: Event.h:24
Interface that allows to listen events.
Definition: EventListener.h:10
void hide()
Hides the native keyboard.
Definition: Keyboard.cpp:39
Multiplatform keyboard abstraction.
Definition: Keyboard.h:14
Core object used to display things in screen.
Definition: DisplayObject.h:23
Represents a Rectangle.
Definition: Rectangle.h:10
Keyboard(KeyboardType type=KeyboardTypeDefault)
Default constructor.
Definition: Keyboard.cpp:12
virtual void onEvent(const std::string &type, events::Event &event)
Keyboard implements EventListener. Here is where is listening native events.
Definition: Keyboard.cpp:59
virtual ~Keyboard()
Default destructor.
Definition: Keyboard.h:32