showMessageNoSupportForGyro method
Shows the 'MessageNoSupportForGyro' on desktop devices and activates the button click listener for listenGoToMenuButton
Implementation
void showMessageNoSupportForGyro() {
MenuView.show().messageNoSupportForGyro().render();
this.listenGoToMenuButton();
}