#include <hps.h>
Public Member Functions | |
Event * | Clone () const |
ShowKeyboardEvent () | |
ShowKeyboardEvent (Event const &in_event) | |
![]() | |
virtual bool | Drop (Event const *in_that_event) const |
Event (intptr_t in_channel=0) | |
virtual intptr_t | Freshen () const |
intptr_t | GetChannel () const |
intptr_t | GetClassID () const |
Time | GetTimeStamp () const |
bool | IsConsumable () const |
Additional Inherited Members | |
![]() | |
enum | Status { Status::InProgress, Status::Completed, Status::Failed } |
![]() | |
static void | operator delete (void *in_ptr, size_t in_size) throw () |
static void * | operator new (size_t in_size) |
![]() | |
intptr_t | channel |
bool | consumable |
The ShowKeyboardEvent class is the event that can be used on mobile devices to request that the software keyboard be shown
|
inline |
The default constructor creates a ShowKeyboardEvent.
|
inline |
This constructor converts an Event Object to an ShowKeyboardEvent object.
|
inlinevirtual |
Allocates and returns a copy of this ShowKeyboardEvent.
Implements HPS::Event.