SFML.Net
RenderWindowInternalGetMousePosition Method |
Internal function to get the mouse position relative to the window.
This function is public because it is called by another class,
it is not meant to be called by users.
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

protected override Vector2i InternalGetMousePosition()
Protected Overrides Function InternalGetMousePosition As Vector2i
protected: virtual Vector2i InternalGetMousePosition() override
abstract InternalGetMousePosition : unit -> Vector2i override InternalGetMousePosition : unit -> Vector2i
Return Value
Type: Vector2iRelative mouse position
