RenderWindow.InternalSetMousePosition Method

SFML.Net

RenderWindowInternalSetMousePosition Method
Internal function to set 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)
Syntax
protected override void InternalSetMousePosition(
	Vector2i position
)
Protected Overrides Sub InternalSetMousePosition ( 
	position As Vector2i
)
protected:
virtual void InternalSetMousePosition(
	Vector2i position
) override
abstract InternalSetMousePosition : 
        position : Vector2i -> unit 
override InternalSetMousePosition : 
        position : Vector2i -> unit 

Parameters

position
Type: SFML.SystemVector2i
Relative mouse position
See Also