Class MouseCursor
Represents an operator that generates a sequence with the current state of the mouse cursor. The position is defined in absolute desktop points, with the origin placed at the top-left corner of the display.
public class MouseCursor : Source<MouseState>
- Inheritance
-
MouseCursor
- Inherited Members
Methods
- Generate()
Generates an observable sequence where each element represents the current state of the mouse cursor.
- Generate<TSource>(IObservable<TSource>)
Generates an observable sequence where each element represents the current state of the mouse cursor, at the time the
source
sequence emits a notification.