Table of Contents

Method Generate

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

Generate()

Generates an observable sequence of cursor positions whenever the mouse moves.

public override IObservable<Point> Generate()

Returns

IObservable<Point>

A sequence of Point values representing the current cursor position whenever the mouse moves.