Table of Contents

Class MouseWheel

Namespace
Bonsai.Windows.Input
Assembly
Bonsai.Windows.Input.dll

Represents an operator that produces a sequence of values whenever the mouse wheel moves.

public class MouseWheel : Source<int>
Inheritance
MouseWheel
Inherited Members

Methods

Generate()

Generates an observable sequence of values whenever the mouse wheel moves.

public override IObservable<int> Generate()

Returns

IObservable<int>

A sequence of int values representing the current scroll position whenever the mouse wheel moves.