Table of Contents

Class KeyUp

Namespace
Bonsai.Shaders.Input
Assembly
Bonsai.Shaders.dll

Represents an operator that generates a sequence of events produced whenever a key is released while the shader window has focus.

public class KeyUp : Source<EventPattern<INativeWindow, KeyboardKeyEventArgs>>
Inheritance
KeyUp
Inherited Members

Properties

Key

Gets or sets a value specifying an optional key to use as a filter.

Modifiers

Gets or sets a value specifying optional key modifiers to use as a filter.

Methods

Generate()

Generates an observable sequence that produces a value whenever a key is released while the shader window has focus.