| 251 |  | C_BOOL, | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 252 |  | {.intBoolVal = true}, | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 253 |  | {.intBoolVal = true} }, | 
 
 
 
 
 
 
 
 | 254 | + | { "daodaninput", | 
 
 
 
 
 
 
 
 | 255 | + | "New input system that reports input on every frame, supports Raw Input for mice.", | 
 
 
 
 
 
 
 
 | 256 | + | C_BOOL, | 
 
 
 
 
 
 
 
 | 257 | + | {.intBoolVal = true}, | 
 
 
 
 
 
 
 
 | 258 | + | {.intBoolVal = true} }, | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 259 |  | { "directinput", | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 260 |  | "Enforces the usage of DirectInput on every system. Should be off for Linux/Wine.", | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 261 |  | C_BOOL, | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 262 |  | {.intBoolVal = true}, | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 263 |  | {.intBoolVal = true} }, | 
 
 
 
 
 
 
 
 | 264 | + | { "mousesensitivity", | 
 
 
 
 
 
 
 
 | 265 | + | "Multiplier for Oni's mouse sensitivity. 1.0 is Oni's default.", | 
 
 
 
 
 
 
 
 | 266 | + | C_FLOAT, | 
 
 
 
 
 
 
 
 | 267 | + | {.floatVal = 1.0f}, | 
 
 
 
 
 
 
 
 | 268 | + | {.floatVal = 1.0f} }, | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 269 |  | { "disablecmdline", | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 270 |  | "Disables Oni's existing command line parser as Daodan has its own.", | 
 
 
 
 
 
 
 
 
 
 
 
 
 | 271 |  | C_BOOL, |