Logo FS-Skia-UI

ViewerEvent Type

Viewer host contract type (moved from the FS.Skia.UI monolith, retyped onto FS.Skia.UI.Scene).

Union cases

Union case Description

CloseRequested

Full Usage: CloseRequested

DiagnosticReported RenderDiagnostic

Full Usage: DiagnosticReported RenderDiagnostic

Parameters:

KeyDown key

Full Usage: KeyDown key

Parameters:
    key : string

key : string

KeyUp key

Full Usage: KeyUp key

Parameters:
    key : string

key : string

Loaded

Full Usage: Loaded

PointerExited

Full Usage: PointerExited

PointerMoved(x, y)

Full Usage: PointerMoved(x, y)

Parameters:
    x : float
    y : float

x : float
y : float

PointerPressed(x, y, button)

Full Usage: PointerPressed(x, y, button)

Parameters:
x : float
y : float
button : ViewerPointerButton

PointerReleased(x, y, button)

Full Usage: PointerReleased(x, y, button)

Parameters:
x : float
y : float
button : ViewerPointerButton

PointerScrolled(x, y, deltaX, deltaY)

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

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

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

RenderTick elapsedSeconds

Full Usage: RenderTick elapsedSeconds

Parameters:
    elapsedSeconds : float

elapsedSeconds : float

Resized Size

Full Usage: Resized Size

Parameters:
Item : Size

UpdateTick elapsedSeconds

Full Usage: UpdateTick elapsedSeconds

Parameters:
    elapsedSeconds : float

elapsedSeconds : float

Instance members

Instance member Description

this.IsCloseRequested

Full Usage: this.IsCloseRequested

Returns: bool
Returns: bool

this.IsDiagnosticReported

Full Usage: this.IsDiagnosticReported

Returns: bool
Returns: bool

this.IsKeyDown

Full Usage: this.IsKeyDown

Returns: bool
Returns: bool

this.IsKeyUp

Full Usage: this.IsKeyUp

Returns: bool
Returns: bool

this.IsLoaded

Full Usage: this.IsLoaded

Returns: bool
Returns: bool

this.IsPointerExited

Full Usage: this.IsPointerExited

Returns: bool
Returns: bool

this.IsPointerMoved

Full Usage: this.IsPointerMoved

Returns: bool
Returns: bool

this.IsPointerPressed

Full Usage: this.IsPointerPressed

Returns: bool
Returns: bool

this.IsPointerReleased

Full Usage: this.IsPointerReleased

Returns: bool
Returns: bool

this.IsPointerScrolled

Full Usage: this.IsPointerScrolled

Returns: bool
Returns: bool

this.IsRenderTick

Full Usage: this.IsRenderTick

Returns: bool
Returns: bool

this.IsResized

Full Usage: this.IsResized

Returns: bool
Returns: bool

this.IsUpdateTick

Full Usage: this.IsUpdateTick

Returns: bool
Returns: bool

Type something to start searching.