SFML.Net
MouseSetPosition Method (Vector2i) |
Set the current position of the mouse
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)

public static void SetPosition( Vector2i position )
Public Shared Sub SetPosition ( position As Vector2i )
public: static void SetPosition( Vector2i position )
static member SetPosition : position : Vector2i -> unit
Parameters
- position
- Type: SFML.SystemVector2i
New position of the mouse
