PointerMsg Type
Internal transition input derived from a PointerSample.
Union cases
| Union case |
Description
|
|
|
Full Usage:
FocusLost
|
|
Full Usage:
Move(x, y)
Parameters:
float
y : float
|
|
|
|
Full Usage:
WheelMsg(deltaX, deltaY, x, y)
Parameters:
float
deltaY : float
x : float
y : float
|
|
Full Usage:
WindowExited
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDown
Returns: bool
|
|
Full Usage:
this.IsFocusLost
Returns: bool
|
|
Full Usage:
this.IsMove
Returns: bool
|
|
Full Usage:
this.IsUp
Returns: bool
|
|
Full Usage:
this.IsWheelMsg
Returns: bool
|
|
Full Usage:
this.IsWindowExited
Returns: bool
|
|