disable cursor movement threshold when controller is the primary input (#14)

This commit is contained in:
thecozies
2024-04-30 09:41:22 -05:00
committed by GitHub
parent 1ec20de2f5
commit 52278c5a4d
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -114,6 +114,8 @@ namespace recomp {
};
PromptContext *get_prompt_context(void);
bool get_cont_active(void);
}
#endif