protected void HideMouseCursor() { //should only be null during tests if (editor != null) { editor.HideMouseCursor(); } }