ShowKeyboardEvent
-
class
ShowKeyboardEvent
: public HPS::Event The ShowKeyboardEvent class is the event that can be used on mobile devices to request that the software keyboard be shown
Public Functions
-
inline virtual char const *
ClassName
() const override
-
inline virtual Event *
Clone
() const override Allocates and returns a copy of this ShowKeyboardEvent.
Returns: A copy of this ShowKeyboardEvent.
-
inline
ShowKeyboardEvent
() The default constructor creates a ShowKeyboardEvent.
-
inline
ShowKeyboardEvent
(Event const &in_event) This constructor converts an Event Object to an ShowKeyboardEvent object.
Parameters: in_event – The Event Object to be converted.
-
~ShowKeyboardEvent
()
-
inline virtual char const *