mirror of
https://github.com/ZDoom/Raze.git
synced 2025-05-30 17:01:03 +00:00
- more cleanup
Moving init code and key binding getter to backend
This commit is contained in:
parent
4f4fc1a8d4
commit
901b86577e
10 changed files with 49 additions and 125 deletions
|
@ -58,8 +58,8 @@ void CONFIG_InitMouseAndController();
|
|||
void CONFIG_SetGameControllerDefaultsStandard();
|
||||
void CONFIG_SetGameControllerDefaultsPro();
|
||||
void CONFIG_SetGameControllerDefaultsClear();
|
||||
char const* CONFIG_GetGameFuncOnJoystick(int gameFunc);
|
||||
char const* CONFIG_GetGameFuncOnKeyboard(int gameFunc);
|
||||
|
||||
FString CONFIG_GetBoundKeyForLastInput(int gameFunc);
|
||||
|
||||
int osdcmd_bind(osdcmdptr_t parm);
|
||||
int osdcmd_unbindall(osdcmdptr_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue