Example #1
0
 void DeactivateButton()
 {
     activeButton.onRelease(); //update button state
     activeButton = null;      //stop pointing at this button
 }
Example #2
0
 void DeactivateButton()
 {
     active_button.onRelease();
     active_button = null;
 }