public void buttonPress()
 {
     //TODO: start pressing button
     currentPlatform.pressButton();
 }