Add parameter to disable gamepad mouse emulation

This commit is contained in:
Cameron Gutman
2021-08-08 12:03:56 -05:00
parent 3611f1dd89
commit 81a49e4564
6 changed files with 18 additions and 5 deletions

View File

@@ -43,6 +43,7 @@ typedef struct _CONFIGURATION {
bool unsupported;
bool quitappafter;
bool viewonly;
bool mouse_emulation;
char* inputs[MAX_INPUTS];
int inputsCount;
enum codecs codec;