proper non-QWERTY keyboard support

This commit is contained in:
tildearrow 2022-01-17 14:53:46 -05:00
parent 5900e3bb6e
commit dde2462025
2 changed files with 42 additions and 42 deletions

View file

@ -206,10 +206,10 @@ class FurnaceGUI {
FurnaceGUIWindows curWindow;
bool noteOffOnRelease;
SDL_Keycode noteOffOnReleaseKey;
SDL_Scancode noteOffOnReleaseKey;
int noteOffOnReleaseChan;
std::map<SDL_Keycode,int> noteKeys;
std::map<SDL_Scancode,int> noteKeys;
std::map<SDL_Keycode,int> valueKeys;
int arpMacroScroll;