Option for hiding cursor pointer

This commit is contained in:
Niellune
2025-11-30 15:25:33 +02:00
parent 40836c7411
commit 85e2357400
5 changed files with 9 additions and 3 deletions
+1
View File
@@ -15,6 +15,7 @@ public:
static inline Setting<int> sourceFps{"source-fps", 50};
static inline Setting<int> fps{"fps", 50};
static inline Setting<bool> fullscreen{"fullscreen", true};
static inline Setting<bool> cursor{"cursor", false};
static inline Setting<bool> logging{"logging", false};
// Device configurations section