Commit c67308f2 authored by cutealien's avatar cutealien

Increase NUMBER_OF_AXES to 18 (thx @Tobias314 and devonsoft for telling about...

Increase NUMBER_OF_AXES to 18 (thx @Tobias314 and devonsoft for telling about devices which need more axes).


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@5034 dfc29bdd-3216-0410-991c-e03cc46cb475
parent c525b00f
...@@ -351,7 +351,7 @@ struct SEvent ...@@ -351,7 +351,7 @@ struct SEvent
AXIS_R, // e.g. rudder, or analog 2 stick 2 top to bottom AXIS_R, // e.g. rudder, or analog 2 stick 2 top to bottom
AXIS_U, AXIS_U,
AXIS_V, AXIS_V,
NUMBER_OF_AXES NUMBER_OF_AXES=18 // (please tell Irrlicht maintainers if you absolutely need more axes)
}; };
/** A bitmap of button states. You can use IsButtonPressed() to /** A bitmap of button states. You can use IsButtonPressed() to
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment