HPS.TextInputEvent

class HPS.TextInputEvent : public HPS.Event

The TextInputEvent class is the event that is generated when an application receives text input

Public Functions

override HPS.Event Clone ()

Allocates and returns a copy of this TextInputEvent.

Return

A copy of this TextInputEvent.

bool Equals (HPS.TextInputEvent in_that)

Check if the source object is equivalent to this object.

Return

true if the objects are equivalent, false otherwise.

TextInputEvent ()

The default constructor creates a TextInputEvent.

TextInputEvent (HPS.Event in_event)

This constructor converts an EventObject to a TextInputEvent object.

Param in_event

The EventObject to be converted.

TextInputEvent (string in_text)

This constructor creates a TextInputEvent object for a given text string.

Param in_text

Text associated to this TextInputEvent.