File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 571571type
572572 TSDL_HapticCondition = record
573573 { * Header *}
574- _type : cuint16; { **< SDL_HAPTIC_SPRING, SDL_HAPTIC_DAMPER,
574+ type_ : cuint16; { **< SDL_HAPTIC_SPRING, SDL_HAPTIC_DAMPER,
575575 SDL_HAPTIC_INERTIA or SDL_HAPTIC_FRICTION *}
576- direction: TSDL_HapticDirection; { **< Direction of the effect - Not used ATM. *}
576+ direction: TSDL_HapticDirection; { **< Direction of the effect - Not used ATM. *}
577577
578578 { * Replay *}
579579 length: cuint32; { **< Duration of the effect. *}
@@ -586,10 +586,10 @@ type
586586 { * Condition *}
587587 right_sat: array [0 ..2 ] of cuint16; { **< Level when joystick is to the positive side. *}
588588 left_sat: array [0 ..2 ] of cuint16; { **< Level when joystick is to the negative side. *}
589- right_coeff: array [0 ..2 ] of cint16; { **< How fast to increase the force towards the positive side. *}
590- left_coeff: array [0 ..2 ] of cint16; { **< How fast to increase the force towards the negative side. *}
591- deadband: array [0 ..2 ] of cuint16; { **< Size of the dead zone. *}
592- center: array [0 ..2 ] of cint16; { **< Position of the dead zone. *}
589+ right_coeff: array [0 ..2 ] of cint16;{ **< How fast to increase the force towards the positive side. *}
590+ left_coeff: array [0 ..2 ] of cint16; { **< How fast to increase the force towards the negative side. *}
591+ deadband: array [0 ..2 ] of cuint16; { **< Size of the dead zone. *}
592+ center: array [0 ..2 ] of cint16; { **< Position of the dead zone. *}
593593 end ;
594594
595595 { **
You can’t perform that action at this time.
0 commit comments