mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client] main: don't use Linux keybinds if the guest is not Linux
This commit is contained in:
@@ -162,4 +162,11 @@ void app_releaseKeybind(KeybindHandle * handle);
|
||||
*/
|
||||
void app_releaseAllKeybinds(void);
|
||||
|
||||
bool app_guestIsLinux(void);
|
||||
bool app_guestIsWindows(void);
|
||||
bool app_guestIsOSX(void);
|
||||
bool app_guestIsBSD(void);
|
||||
bool app_guestIsOther(void);
|
||||
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user