Share and menu are the more common newer terms for start and back that better align with the controller iconography. We should create btn_menu and btn_share as alias for btn_start and btn_back and mark back/start as deprecated
|
public Trigger btn_Start = new Trigger(super::getStartButton); |
|
public Trigger btn_Back = new Trigger(super::getBackButton); |