make JVS L and R buttons from slider work with input emulator active

(should fix issue #6)
This commit is contained in:
somewhatlurker
2019-08-08 17:08:42 +10:00
parent f9e11d8093
commit 0f13995687
3 changed files with 51 additions and 0 deletions
@@ -98,5 +98,6 @@ namespace TLAC::Components
bool IsHold();
void UpdateInputBit(uint32_t bit, uint8_t keycode);
void UpdateSliderLR();
};
}