Record TSDL_HapticEffect
Unit
Declaration
type TSDL_HapticEffect = record
Description
Overview
Fields
type_: cuint16 |
|
constant: TSDL_HapticConstant; |
|
periodic: TSDL_HapticPeriodic; |
|
condition: TSDL_HapticCondition; |
|
ramp: TSDL_HapticRamp; |
|
leftright: TSDL_HapticLeftRight; |
|
custom: TSDL_HapticCustom; |
Description
Fields
type_: cuint16 |
|
Common for all force feedback effects * |
constant: TSDL_HapticConstant; |
|
< Effect type. * |
periodic: TSDL_HapticPeriodic; |
|
< Constant effect. * |
condition: TSDL_HapticCondition; |
|
< Periodic effect. * |
ramp: TSDL_HapticRamp; |
|
< Condition effect. * |
leftright: TSDL_HapticLeftRight; |
|
< Ramp effect. * |
custom: TSDL_HapticCustom; |
|
< Custom effect. * |
Generated by PasDoc 0.16.0.