Class MouseMove
Represents an operator that generates a sequence of cursor positions whenever the mouse moves.
public class MouseMove : Source<Point>
- Inheritance
-
MouseMove
- Inherited Members
Methods
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.