Browse Source

Fix indentation

pull/1258/head
Yuri Pourre 5 years ago committed by Anders Jenbo
parent
commit
a1ab00169c
  1. 4
      SourceX/controls/controller.h

4
SourceX/controls/controller.h

@ -29,8 +29,8 @@ public:
void ScaleJoysticks();
// NOTE: Not idempotent because of how it handles axis triggers.
// Must be called exactly once for each SDL input event.
ControllerButton ToControllerButton(const SDL_Event &event) const;
// Must be called exactly once for each SDL input event.
ControllerButton ToControllerButton(const SDL_Event &event) const;
private:
void ScaleJoystickAxes(float *x, float *y, float deadzone);

Loading…
Cancel
Save