Table of Contents

Class MouseEnter

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

Represents an operator that generates a sequence of events produced whenever the mouse cursor enters the shader window bounds.

public class MouseEnter : Source<EventPattern<INativeWindow, EventArgs>>
Inheritance
MouseEnter
Inherited Members

Methods

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.