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)

public static Vector2i GetPosition()
Public Shared Function GetPosition As Vector2i
public: static Vector2i GetPosition()
static member GetPosition : unit -> Vector2i
Return Value
Type: Vector2iCurrent position of the mouse
