mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-24 05:25:12 +00:00
parent
d691ec6d76
commit
f09a0b40c3
1 changed files with 1 additions and 0 deletions
|
@ -5923,6 +5923,7 @@ FurnaceGUI::FurnaceGUI():
|
||||||
// note off
|
// note off
|
||||||
noteKeys[SDL_SCANCODE_EQUALS]=100;
|
noteKeys[SDL_SCANCODE_EQUALS]=100;
|
||||||
noteKeys[SDL_SCANCODE_TAB]=100;
|
noteKeys[SDL_SCANCODE_TAB]=100;
|
||||||
|
noteKeys[SDL_SCANCODE_1]=100;
|
||||||
|
|
||||||
// value keys
|
// value keys
|
||||||
valueKeys[SDLK_0]=0;
|
valueKeys[SDLK_0]=0;
|
||||||
|
|
Loading…
Reference in a new issue