File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 518518type
519519 TSDL_HapticPeriodic = record
520520 { Header *}
521- _type : cuint16; { **< SDL_HAPTIC_SINE, SDL_HAPTIC_SQUARE,
521+ type_ : cuint16; { **< SDL_HAPTIC_SINE, SDL_HAPTIC_SQUARE,
522522 SDL_HAPTIC_TRIANGLE, SDL_HAPTIC_SAWTOOTHUP or
523523 SDL_HAPTIC_SAWTOOTHDOWN *}
524524 direction: TSDL_HapticDirection; { **< Direction of the effect. *}
533533
534534 { * Periodic *}
535535 period: cuint16; { **< Period of the wave. *}
536- magnitude: cint16; { **< Peak value. *}
537- offset: cint16; { **< Mean value of the wave. *}
536+ magnitude: cint16; { **< Peak value. *}
537+ offset: cint16; { **< Mean value of the wave. *}
538538 phase: cuint16; { **< Horizontal shift given by hundredth of a cycle. *}
539539
540540 { * Envelope *}
You can’t perform that action at this time.
0 commit comments