Changeset 1163 for Daodan/src/Daodan_Config.c
- Timestamp:
- Oct 24, 2021, 4:50:48 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_Config.c
r1162 r1163 252 252 {.intBoolVal = true}, 253 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} }, 254 259 { "directinput", 255 260 "Enforces the usage of DirectInput on every system. Should be off for Linux/Wine.", … … 257 262 {.intBoolVal = true}, 258 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} }, 259 269 { "disablecmdline", 260 270 "Disables Oni's existing command line parser as Daodan has its own.",
Note:
See TracChangeset
for help on using the changeset viewer.