proper non-QWERTY keyboard support
This commit is contained in:
parent
5900e3bb6e
commit
dde2462025
2 changed files with 42 additions and 42 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue