this.scroll(1);
this.throttleScrolling();
}
if(keyInput.isKeyInputActive(KeyEvent.VK_ENTER)) {
this.bus.broadcast(new MenuExecution(this.selectionIndex));
}
if(keyInput.isKeyInputActive(KeyEvent.VK_ESCAPE)) {
this.bus.broadcast(new StateChange(GameState.class));
}