Ignore:
Timestamp:
Oct 24, 2021, 4:50:48 AM (3 years ago)
Author:
rossy
Message:

Daodan: Add new local input system based on Raw Input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Config.c

    r1162 r1163  
    252252                        {.intBoolVal = true},
    253253                        {.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} },
    254259                { "directinput",
    255260                        "Enforces the usage of DirectInput on every system. Should be off for Linux/Wine.",
     
    257262                        {.intBoolVal = true},
    258263                        {.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} },
    259269                { "disablecmdline",
    260270                        "Disables Oni's existing command line parser as Daodan has its own.",
Note: See TracChangeset for help on using the changeset viewer.