Table of Contents

Class SetCursorPosition

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

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.