Check if controller button is currently held down
bool isButtonDown(int button) { return _buttonsDown.contains(button); }