Window.InternalGetMousePosition Method

SFML.Net

WindowInternalGetMousePosition Method
Internal function to get the mouse position relative to the window. This function is protected because it is called by another class of another module, it is not meant to be called by users.

Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
protected virtual Vector2i InternalGetMousePosition()
Protected Overridable Function InternalGetMousePosition As Vector2i
protected:
virtual Vector2i InternalGetMousePosition()
abstract InternalGetMousePosition : unit -> Vector2i 
override InternalGetMousePosition : unit -> Vector2i 

Return Value

Type: Vector2i
Relative mouse position
See Also