ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_Config.c
(Generate patch)

Comparing Daodan/src/Daodan_Config.c (file contents):
Revision 1162 by rossy, Sun Oct 24 02:50:32 2021 UTC vs.
Revision 1163 by rossy, Sun Oct 24 02:50:48 2021 UTC

# Line 251 | Line 251 | ConfigSection_t config[] = {
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,

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)