Mouse.GetPosition Method

SFML.Net

MouseGetPosition Method
Get 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)
Syntax
public static Vector2i GetPosition()
Public Shared Function GetPosition As Vector2i
public:
static Vector2i GetPosition()
static member GetPosition : unit -> Vector2i 

Return Value

Type: Vector2i
Current position of the mouse
See Also