Table of Contents

Method Generate

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

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.