Commit Graph

5 Commits

Author SHA1 Message Date
oddMLan 2b15003e77 [Nrage-input] Tabs -> spaces 2020-02-09 04:36:49 -07:00
oddMLan 891e43878b [Nrage-input] Code cleanup
- Defined NOMINMAX macro to disable windef.h's min/max macros; they were clashing with the C++ standard library's std::min/std::max.
- All uses of min/max that had ambiguous type deduction were explicitly instantiated as min<long> and max<long>.
- Header includes were sorted

Many thanks to DKO for the patch.
2020-02-09 04:25:05 -07:00
zilmar a228a9d1f9 line ends ? 2016-01-27 20:11:59 +11:00
Jeremy517 a1788fa779 Allow for pushing two C Buttons at once when using an analog stick
This value specifies how far an analog stick has to be pressed to count as a C Button press when C Buttons are mapped to an analog stick.  The old value did not allow for pressing two c buttons at once, because diagonals did not meet the value.  This value specifies that an analog stick must be pressed halfway to count as a C Button press, which allows you to push two C Buttons at once.
2016-01-07 23:48:20 -08:00
zilmar e58fc5ab78 nRage: Add ability to compile version 2.3c 2013-04-30 15:56:41 +10:00