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 fd5e685 commit 13d9111Copy full SHA for 13d9111
units/sdlhaptic.inc
@@ -323,8 +323,7 @@ const
323
* SDL_HapticRunEffect
324
*}
325
const
326
- //SDL_HAPTIC_INFINITY = 4294967295U;
327
- SDL_HAPTIC_INFINITY = 4294967295; //right?!
+ SDL_HAPTIC_INFINITY = 4294967295; // C: 4294967295U
328
329
{**
330
* Structure that represents a haptic direction.
0 commit comments