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 bf87550 commit a0a976cCopy full SHA for a0a976c
units/sdlhaptic.inc
@@ -437,8 +437,8 @@ type
437
type
438
TSDL_HapticConstant = record
439
{* Header *}
440
- _type: cuint16; {**< SDL_HAPTIC_CONSTANT *}
441
- direction: TSDL_HapticDirection; {**< Direction of the effect. *}
+ type_: cuint16; {**< SDL_HAPTIC_CONSTANT *}
+ direction: TSDL_HapticDirection; {**< Direction of the effect. *}
442
443
{* Replay *}
444
length: cuint32; {**< Duration of the effect. *}
@@ -449,7 +449,7 @@ type
449
interval: cuint16; {**< How soon it can be triggered again after button. *}
450
451
{* Constant *}
452
- level: cint16; {**< Strength of the constant effect. *}
+ level: cint16; {**< Strength of the constant effect. *}
453
454
{* Envelope *}
455
attack_length: cuint16; {**< Duration of the attack. *}
0 commit comments