add code for skipping through menus (input bit 0x6e set based on any control panel buttons being used)

This commit is contained in:
somewhatlurker
2019-10-26 10:16:53 +11:00
parent 1c32a16018
commit 26d6ef0250
2 changed files with 25 additions and 0 deletions
@@ -102,5 +102,6 @@ namespace TLAC::Components
void UpdateInputBit(uint32_t bit, uint8_t keycode);
void UpdateSliderLR();
void SetMetaButtons();
};
}