World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Структура SDL_HapticLeftRight

A structure containing a template for a Left/Right effect. Подробнее...

#include <SDL_haptic.h>

Открытые атрибуты

Uint16 type
 
Uint32 length
 
Uint16 large_magnitude
 
Uint16 small_magnitude
 

Подробное описание

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.

См. также
SDL_HAPTIC_LEFTRIGHT
SDL_HapticEffect

См. определение в файле SDL_haptic.h строка 676

Данные класса

◆ type

Uint16 SDL_HapticLeftRight::type

::SDL_HAPTIC_LEFTRIGHT

См. определение в файле SDL_haptic.h строка 679

◆ length

Uint32 SDL_HapticLeftRight::length

Duration of the effect in milliseconds.

См. определение в файле SDL_haptic.h строка 682

◆ large_magnitude

Uint16 SDL_HapticLeftRight::large_magnitude

Control of the large controller motor.

См. определение в файле SDL_haptic.h строка 685

◆ small_magnitude

Uint16 SDL_HapticLeftRight::small_magnitude

Control of the small controller motor.

См. определение в файле SDL_haptic.h строка 686


Объявления и описания членов структуры находятся в файле: