Table of Contents

Class MouseWheel

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

Represents an operator that generates a sequence of events produced whenever the mouse wheel is moved over the shader window.

public class MouseWheel : Source<EventPattern<INativeWindow, MouseWheelEventArgs>>
Inheritance
MouseWheel
Inherited Members

Methods

Generate()

Generates an observable sequence that produces a value whenever the mouse wheel is moved over the shader window.

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

Returns

IObservable<EventPattern<INativeWindow, MouseWheelEventArgs>>

A sequence of events produced whenever the mouse wheel is moved over the shader window.