Class SetCursorPosition
Represents an operator that sets the current position of the mouse cursor.
public class SetCursorPosition : Sink<Point>
- Inheritance
-
SetCursorPosition
- Inherited Members
Methods
- Process(IObservable<Point>)
Sets the current position of the mouse cursor using an observable sequence of point values.