TouchState

class HPS.TouchState : public HPS.Object

Public Functions

void Assign (HPS.TouchState in_that)
override void Dispose ()
bool Equals (HPS.TouchState in_that)
override bool Equals (Object obj)
HPS.TouchEvent GetActiveEvent ()
HPS.Key[] GetEventPath ()
HPS.WindowKey GetEventSource ()
override int GetHashCode ()
HPS.ModifierKeys GetModifierKeys ()
ulong GetTouchCount ()
HPS.Touch[] GetTouches ()
override HPS.Type ObjectType ()
void Set (HPS.Key[] in_path, HPS.TouchEvent in_event, HPS.Touch[] in_touches)
void Set (HPS.Key[] in_path, HPS.TouchEvent in_event, HPS.Touch[] in_touches, HPS.ModifierKeys in_modifiers)
void SetActiveEvent (HPS.TouchEvent in_event)
void SetEventPath (HPS.Key[] in_path)
void SetModifierKeys (HPS.ModifierKeys in_modifiers)
void SetTouches (HPS.Touch[] in_touches)
TouchState ()
TouchState (HPS.TouchState in_that)

Public Static Functions

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