ViewerEvent Type
Viewer host contract type (moved from the FS.Skia.UI monolith, retyped onto FS.Skia.UI.Scene).
Union cases
| Union case |
Description
|
Full Usage:
CloseRequested
|
|
|
|
Full Usage:
KeyDown key
Parameters:
string
|
|
Full Usage:
KeyUp key
Parameters:
string
|
|
Full Usage:
Loaded
|
|
Full Usage:
PointerExited
|
|
Full Usage:
PointerMoved(x, y)
Parameters:
float
y : float
|
|
Full Usage:
PointerPressed(x, y, button)
Parameters:
float
y : float
button : ViewerPointerButton
|
|
Full Usage:
PointerReleased(x, y, button)
Parameters:
float
y : float
button : ViewerPointerButton
|
|
Full Usage:
PointerScrolled(x, y, deltaX, deltaY)
Parameters:
float
y : float
deltaX : float
deltaY : float
|
|
Full Usage:
RenderTick elapsedSeconds
Parameters:
float
|
|
|
|
Full Usage:
UpdateTick elapsedSeconds
Parameters:
float
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCloseRequested
Returns: bool
|
|
Full Usage:
this.IsDiagnosticReported
Returns: bool
|
|
Full Usage:
this.IsKeyDown
Returns: bool
|
|
Full Usage:
this.IsKeyUp
Returns: bool
|
|
Full Usage:
this.IsLoaded
Returns: bool
|
|
Full Usage:
this.IsPointerExited
Returns: bool
|
|
Full Usage:
this.IsPointerMoved
Returns: bool
|
|
Full Usage:
this.IsPointerPressed
Returns: bool
|
|
Full Usage:
this.IsPointerReleased
Returns: bool
|
|
Full Usage:
this.IsPointerScrolled
Returns: bool
|
|
Full Usage:
this.IsRenderTick
Returns: bool
|
|
Full Usage:
this.IsResized
Returns: bool
|
|
Full Usage:
this.IsUpdateTick
Returns: bool
|
|