On this pageInputManager.GetMousePositionDeclaration#public virtual Vector2 GetMousePosition()CopyDescription#Returns the current position of the mouseUsage#ExampleVector2 result = InterfaceManager.Input.GetMousePosition();Copy