KeyboardInput Module
Public contract module exposed by this FS.Skia.UI package.
Functions and values
| Function or value |
Description
|
Full Usage:
analyzeBigrams model layout
Parameters:
CanonicalInputModel
layout : LayoutId
Returns: BigramReport
|
Public contract function exposed by this FS.Skia.UI package.
|
Full Usage:
commandRegistry commands
Parameters:
CommandDefinition list
Returns: Result<CommandRegistry, InputDiagnostic list>
|
Public contract function exposed by this FS.Skia.UI package.
|
|
Public contract function exposed by this FS.Skia.UI package.
|
|
Public contract function exposed by this FS.Skia.UI package.
|
|
Public contract function exposed by this FS.Skia.UI package.
|
Full Usage:
init activeLayout model
Parameters:
LayoutId
model : CanonicalInputModel
Returns: Result<(InputRuntime * InputEffect list), InputDiagnostic list>
|
Public contract function exposed by this FS.Skia.UI package.
|
Full Usage:
keyboardStateDisplay options recentEffects runtime
Parameters:
KeyboardStateDisplayOptions
recentEffects : InputEffect list
runtime : InputRuntime
Returns: KeyboardStateDisplayModel
|
Public contract function exposed by this FS.Skia.UI package.
|
|
Public contract function exposed by this FS.Skia.UI package.
|
Full Usage:
parseYaml yaml
Parameters:
string
Returns: Result<InputConfiguration, InputDiagnostic list>
|
Public contract function exposed by this FS.Skia.UI package.
|
Full Usage:
renderKeyboardStateDisplay options recentEffects runtime
Parameters:
KeyboardStateDisplayOptions
recentEffects : InputEffect list
runtime : InputRuntime
Returns: Scene
|
Public contract function exposed by this FS.Skia.UI package.
|
Full Usage:
renderKeyboardStateDisplayAt (position, arg1) options recentEffects runtime
Parameters:
float
arg1 : float
options : KeyboardStateDisplayOptions
recentEffects : InputEffect list
runtime : InputRuntime
Returns: Scene
|
Public contract function exposed by this FS.Skia.UI package.
|
|
|
Full Usage:
renderLayoutStateAt (position, arg1) runtime
Parameters:
float
arg1 : float
runtime : InputRuntime
Returns: Scene
|
Public contract function exposed by this FS.Skia.UI package.
|
Full Usage:
replay initial messages
Parameters:
InputRuntime
messages : InputMsg list
Returns: InputRuntime * InputEffect list
|
Public contract function exposed by this FS.Skia.UI package.
|
Full Usage:
update msg runtime
Parameters:
InputMsg
runtime : InputRuntime
Returns: InputRuntime * InputEffect list
|
Public contract function exposed by this FS.Skia.UI package.
|
Full Usage:
updateFromViewerEvent event runtime
Parameters:
ViewerEvent
runtime : InputRuntime
Returns: InputRuntime * InputEffect list
|
Public contract function exposed by this FS.Skia.UI package.
|
Full Usage:
validate registry configuration
Parameters:
CommandRegistry
configuration : InputConfiguration
Returns: Result<CanonicalInputModel, InputDiagnostic list>
|
Public contract function exposed by this FS.Skia.UI package.
|
|
Public contract function exposed by this FS.Skia.UI package.
|