public Vector3 GetMousePosition()
 {
     return(currentActiveMode.GetPointerPosition());
 }