void Zoom(Vector2 delta) { m_Camera.MoveOnLookAtAxis(delta.y); }
void Zoom(Vector2 delta) { m_Camera.MoveOnLookAtAxis(delta.y); OnInteraction(); }