--- Daodan/src/Daodan_Config.c 2021/10/24 02:50:32 1162 +++ Daodan/src/Daodan_Config.c 2021/10/24 02:50:48 1163 @@ -251,11 +251,21 @@ ConfigSection_t config[] = { C_BOOL, {.intBoolVal = true}, {.intBoolVal = true} }, + { "daodaninput", + "New input system that reports input on every frame, supports Raw Input for mice.", + C_BOOL, + {.intBoolVal = true}, + {.intBoolVal = true} }, { "directinput", "Enforces the usage of DirectInput on every system. Should be off for Linux/Wine.", C_BOOL, {.intBoolVal = true}, {.intBoolVal = true} }, + { "mousesensitivity", + "Multiplier for Oni's mouse sensitivity. 1.0 is Oni's default.", + C_FLOAT, + {.floatVal = 1.0f}, + {.floatVal = 1.0f} }, { "disablecmdline", "Disables Oni's existing command line parser as Daodan has its own.", C_BOOL,