TextInputEvent

class HPS.TextInputEvent : public HPS.Event

Public Functions

override HPS.Event Clone ()
override void Dispose ()
bool Equals (HPS.TextInputEvent in_that)
override bool Equals (Object obj)
override int GetHashCode ()
TextInputEvent ()
TextInputEvent (HPS.Event in_event)
TextInputEvent (HPS.TextInputEvent in_that)
TextInputEvent (string in_text)

Properties

string text { get; set; }

Public Static Functions

bool operator!= (HPS.TextInputEvent a, HPS.TextInputEvent b)
bool operator== (HPS.TextInputEvent a, HPS.TextInputEvent b)