add ability to map joystick axes, too

and add support for multiple hats
This commit is contained in:
Arisotura
2019-06-11 23:41:48 +02:00
parent 1ea25ac6f1
commit bfc12a038e
2 changed files with 73 additions and 21 deletions

View File

@ -998,8 +998,6 @@ int EmuThreadFunc(void* burp)
uiGLMakeContextCurrent(GLContext);
GLScreen_DrawScreen();
uiGLEnd(GLContext);
//uiGLMakeContextCurrent(NULL);
//uiQueueMain(norp, NULL);
}
uiAreaQueueRedrawAll(MainDrawArea);
}