PointerInteraction Type
Consumer-facing, control-addressed interactions emitted in order by update.
Union cases
| Union case |
Description
|
Full Usage:
Click(control, button, x, y)
Parameters:
ControlId
button : PointerButton
x : float
y : float
|
|
|
|
Full Usage:
DragBegin(control, button, startX, startY)
Parameters:
ControlId
button : PointerButton
startX : float
startY : float
|
|
|
|
Full Usage:
DragEnd(control, button, x, y)
Parameters:
ControlId
button : PointerButton
x : float
y : float
|
|
Full Usage:
DragMove(control, button, x, y)
Parameters:
ControlId
button : PointerButton
x : float
y : float
|
|
|
|
|
|
|
|
Full Usage:
PressedDown(control, button, x, y)
Parameters:
ControlId
button : PointerButton
x : float
y : float
|
|
Full Usage:
ReleasedUp(control, button, x, y)
Parameters:
ControlId
button : PointerButton
x : float
y : float
|
|
Full Usage:
Scroll(control, deltaX, deltaY, x, y)
Parameters:
ControlId
deltaX : float
deltaY : float
x : float
y : float
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsClick
Returns: bool
|
|
Full Usage:
this.IsDiagnostic
Returns: bool
|
|
Full Usage:
this.IsDragBegin
Returns: bool
|
|
Full Usage:
this.IsDragCancelled
Returns: bool
|
|
Full Usage:
this.IsDragEnd
Returns: bool
|
|
Full Usage:
this.IsDragMove
Returns: bool
|
|
Full Usage:
this.IsFocusMovedByPointer
Returns: bool
|
|
Full Usage:
this.IsHoverEnter
Returns: bool
|
|
Full Usage:
this.IsHoverLeave
Returns: bool
|
|
Full Usage:
this.IsPressedDown
Returns: bool
|
|
Full Usage:
this.IsReleasedUp
Returns: bool
|
|
Full Usage:
this.IsScroll
Returns: bool
|
|