Exemple #1
0
 protected virtual void DoShowMenu(float initialAngle, object sender = null)
 {
     menu.ShowMenu();
     DoChangeAngle(initialAngle); // Needed to register initial touch position before the touchpad axis actually changes
 }
 protected virtual void DoShowMenu(TouchAngleDeflection initialTad, object sender = null)
 {
     menu.ShowMenu();
     DoChangeAngle(initialTad); // Needed to register initial touch position before the touchpad axis actually changes
 }