Logo FS-Skia-UI

PointerMsg Type

Internal transition input derived from a PointerSample.

Union cases

Union case Description

Down(button, x, y)

Full Usage: Down(button, x, y)

Parameters:
button : PointerButton
x : float
y : float

FocusLost

Full Usage: FocusLost

Move(x, y)

Full Usage: Move(x, y)

Parameters:
    x : float
    y : float

x : float
y : float

Up(button, x, y)

Full Usage: Up(button, x, y)

Parameters:
button : PointerButton
x : float
y : float

WheelMsg(deltaX, deltaY, x, y)

Full Usage: WheelMsg(deltaX, deltaY, x, y)

Parameters:
    deltaX : float
    deltaY : float
    x : float
    y : float

deltaX : float
deltaY : float
x : float
y : float

WindowExited

Full Usage: WindowExited

Instance members

Instance member Description

this.IsDown

Full Usage: this.IsDown

Returns: bool
Returns: bool

this.IsFocusLost

Full Usage: this.IsFocusLost

Returns: bool
Returns: bool

this.IsMove

Full Usage: this.IsMove

Returns: bool
Returns: bool

this.IsUp

Full Usage: this.IsUp

Returns: bool
Returns: bool

this.IsWheelMsg

Full Usage: this.IsWheelMsg

Returns: bool
Returns: bool

this.IsWindowExited

Full Usage: this.IsWindowExited

Returns: bool
Returns: bool

Type something to start searching.