Controller: Add invert and button deadzone options
This commit is contained in:
@ -60,6 +60,7 @@ public:
|
||||
/// Default stick deadzone/sensitivity.
|
||||
static constexpr float DEFAULT_STICK_DEADZONE = 0.0f;
|
||||
static constexpr float DEFAULT_STICK_SENSITIVITY = 1.33f;
|
||||
static constexpr float DEFAULT_BUTTON_DEADZONE = 0.25f;
|
||||
|
||||
Controller(u32 index);
|
||||
virtual ~Controller();
|
||||
|
||||
Reference in New Issue
Block a user