Record TSDL_HapticLeftRight
Unit
Declaration
type TSDL_HapticLeftRight = record
Description
\brief A structure containing a template for a Left/Right effect.
This struct is exclusively for the ::SDL_HAPTIC_LEFTRIGHT effect.
The Left/Right effect is used to explicitly control the large and small motors, commonly found in modern game controllers. The small (right) motor is high frequency, and the large (left) motor is low frequency.
\sa SDL_HAPTIC_LEFTRIGHT \sa SDL_HapticEffect
Overview
Fields
type_: cuint16; |
|
length: cuint32; |
|
large_magnitude: cuint16; |
|
small_magnitude: cuint16; |
Description
Fields
type_: cuint16; |
|
Header * |
length: cuint32; |
|
Replay * |
large_magnitude: cuint16; |
|
Rumble * |
small_magnitude: cuint16; |
|
< Control of the large controller motor. * |
Generated by PasDoc 0.16.0.