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 b819b32 commit dc1dbe6Copy full SHA for dc1dbe6
units/sdlhaptic.inc
@@ -133,7 +133,13 @@ const
133
* SDL_HapticPeriodic
134
*}
135
const
136
- SDL_HAPTIC_SQUARE = (1 shl 2);
+ SDL_HAPTIC_LEFTRIGHT = (1 shl 2);
137
+
138
+ { !!! FIXME: put this back when we have more bits in 2.1 }
139
+ { #define SDL_HAPTIC_SQUARE (1<<2) }
140
+ SDL_HAPTIC_SQUARE = (1 shl 2); // SDL2-For-Pascal: Out-commented in C code.
141
+ // Why not keeping it for
142
+ // compatibility here?
143
144
{**
145
* Triangle wave effect supported.
0 commit comments