Method Generate
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.