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 599d1e1 commit 6a1d546Copy full SHA for 6a1d546
units/sdlhaptic.inc
@@ -671,8 +671,8 @@ type
671
type
672
TSDL_HapticCustom = record
673
{* Header *}
674
- _type: cuint16; {**< SDL_HAPTIC_CUSTOM *}
675
- direction: TSDL_HapticDirection; {**< Direction of the effect. *}
+ type_: cuint16; {**< SDL_HAPTIC_CUSTOM *}
+ direction: TSDL_HapticDirection; {**< Direction of the effect. *}
676
677
{* Replay *}
678
length: cuint32; {**< Duration of the effect. *}
0 commit comments