mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 06:37:38 +00:00
CAP_MOUSEGRAB
This commit is contained in:
@@ -194,6 +194,10 @@
|
||||
#define CAP_ORIENTATION ISMOBILE
|
||||
#endif
|
||||
|
||||
#ifndef CAP_MOUSEGRAB
|
||||
#define CAP_MOUSEGRAB (!ISMOBILE)
|
||||
#endif
|
||||
|
||||
#ifndef CAP_COMMANDLINE
|
||||
#define CAP_COMMANDLINE (!ISMOBILE)
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user