[client] app: replace old SDL_Scancode with int

This commit is contained in:
Geoffrey McRae
2021-01-26 02:41:10 +11:00
parent 3d03699cc8
commit e18f7d3365
4 changed files with 8 additions and 8 deletions

View File

@@ -154,7 +154,7 @@ struct CBRequest
struct KeybindHandle
{
SDL_Scancode key;
int sc;
SuperEventFn callback;
void * opaque;
};