Table of Contents

Method Generate

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

Generate()

Generates an observable sequence that produces a value whenever the mouse cursor enters the shader window bounds.

public override IObservable<EventPattern<INativeWindow, EventArgs>> Generate()

Returns

IObservable<EventPattern<INativeWindow, EventArgs>>

A sequence of events produced whenever the mouse cursor enters the shader window bounds.