ShowKeyboardEvent

class HPS::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 Event *Clone() const

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()