Don't display cursor when using gamepad

This commit is contained in:
loki
2019-12-25 20:57:23 +01:00
parent c11872f0f5
commit c3cba2bdad
7 changed files with 25 additions and 20 deletions

View File

@@ -8,5 +8,6 @@
#include "thread_pool.h"
extern util::ThreadPool task_pool;
extern bool display_cursor;
#endif //SUNSHINE_MAIN_H