Remove unneeded filter on joy_axis()
This commit is contained in:
parent
41f66761fd
commit
f9bb8de3fc
2 changed files with 0 additions and 9 deletions
|
|
@ -146,7 +146,6 @@ private:
|
|||
bool connected = false;
|
||||
bool last_buttons[JOY_BUTTON_MAX] = { false };
|
||||
float last_axis[JOY_AXIS_MAX] = { 0.0f };
|
||||
float filter = 0.01f;
|
||||
int last_hat = HAT_MASK_CENTER;
|
||||
int mapping = -1;
|
||||
int hat_current = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue