AdaptiveInput Module
Builds the adaptive ActionState subscription shared by the backend input mappers.
Functions and values
| Function or value |
Description
|
Full Usage:
subscribe attachDeltas actions
Parameters:
(ActionState<'Action> -> unit) -> IDisposable
-
Subscribes to the input deltas and invokes the callback with each newly
built ActionState; the returned disposable detaches.
actions : cval<ActionState<'Action>>
-
The root the merged states are written into.
Returns: AdaptiveSub
Type parameters: 'Action (requires comparison) |
Builds an AdaptiveSub from a function that
subscribes to input deltas. Every state built from an input delta is
written into the root at the step boundary, before
|
Mibo