File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -767,13 +767,14 @@ type
767767 PSDL_HapticEffect = ^TSDL_HapticEffect;
768768 TSDL_HapticEffect = record
769769 { * Common for all force feedback effects *}
770- _type : cuint16; { **< Effect type. *}
770+ type_ : cuint16; { **< Effect type. *}
771771 case cuint16 of
772772 0 : (constant: TSDL_HapticConstant;); { **< Constant effect. *}
773773 1 : (periodic: TSDL_HapticPeriodic;); { **< Periodic effect. *}
774774 2 : (condition: TSDL_HapticCondition;); { **< Condition effect. *}
775775 3 : (ramp: TSDL_HapticRamp;); { **< Ramp effect. *}
776- 4 : (custom: TSDL_HapticCustom;); { **< Custom effect. *}
776+ 4 : (leftright: TSDL_HapticLeftRight;); { **< Custom effect. *}
777+ 5 : (custom: TSDL_HapticCustom;); { **< Custom effect. *}
777778 end ;
778779
779780 { * Function prototypes *}
You can’t perform that action at this time.
0 commit comments