mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-20 06:18:12 +00:00
[client] app: replace old SDL_Scancode with int
This commit is contained in:
@@ -154,7 +154,7 @@ struct CBRequest
|
||||
|
||||
struct KeybindHandle
|
||||
{
|
||||
SDL_Scancode key;
|
||||
int sc;
|
||||
SuperEventFn callback;
|
||||
void * opaque;
|
||||
};
|
||||
|
Reference in New Issue
Block a user