Ejemplo n.º 1
0
 private void DoTouchpadTouched(object sender, ControllerInteractionEventArgs e)
 {
     menu.ShowMenu();
 }
 protected void DoShowMenu(float initialAngle, object sender = null)
 {
     menu.ShowMenu();
     DoChangeAngle(initialAngle); // Needed to register initial touch position before the touchpad axis actually changes
 }