TouchState
-
class
HPS.TouchState
: 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.WindowKey
GetEventSource
()
-
override int
GetHashCode
()
-
HPS.ModifierKeys
GetModifierKeys
()
-
ulong
GetTouchCount
()
-
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
SetModifierKeys
(HPS.ModifierKeys in_modifiers)
-
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)
-
void