Table of Contents

Class KeyState

Namespace
Bonsai.Windows.Input
Assembly
Bonsai.Windows.Input.dll

Represents an operator that determines whether a key is up or down at the time of notification.

[WorkflowElementCategory(ElementCategory.Transform)]
public class KeyState : Combinator<bool>
Inheritance
KeyState
Inherited Members

Properties

Filter

Gets or sets the target key to be observed.

Methods

Process<TSource>(IObservable<TSource>)

Generates a sequence of values indicating whether the target key is up or down each time the source sequence emits a notification.