We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7393e commit fd5e685Copy full SHA for fd5e685
units/sdlhaptic.inc
@@ -304,6 +304,15 @@ const
304
const
305
SDL_HAPTIC_SPHERICAL = 2;
306
307
+ {**
308
+ * \brief Use this value to play an effect on the steering wheel axis. This
309
+ * provides better compatibility across platforms and devices as SDL will guess
310
+ * the correct axis.
311
+ * \sa SDL_HapticDirection
312
+ *}
313
+const
314
+ SDL_HAPTIC_STEERING_AXIS = 3;
315
+
316
{*
317
* Misc defines.
318
*}
0 commit comments