Table of Contents

Class KeyPress

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

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

public class KeyPress : Source<EventPattern<INativeWindow, KeyPressEventArgs>>
Inheritance
KeyPress
Inherited Members

Properties

KeyChar

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

Methods

Generate()

Generates an observable sequence that produces a character whenever the corresponding key is pressed while the shader window has focus.