allegro ~master (2020-12-21T19:42:05Z)
Home
Dub
Repo
ALLEGRO_HAPTIC_PERIODIC_EFFECT
allegro5
haptic
Undocumented in source.
version(AllegroHapticUnstable)
struct
ALLEGRO_HAPTIC_PERIODIC_EFFECT {
int
waveform
;
double
period
;
double
magnitude
;
double
offset
;
double
phase
;
ALLEGRO_HAPTIC_ENVELOPE
envelope
;
int
custom_len
;
double
*
custom_data
;
}
Members
Variables
custom_data
double
*
custom_data
;
Undocumented in source.
custom_len
int
custom_len
;
Undocumented in source.
envelope
ALLEGRO_HAPTIC_ENVELOPE
envelope
;
Undocumented in source.
magnitude
double
magnitude
;
Undocumented in source.
offset
double
offset
;
Undocumented in source.
period
double
period
;
Undocumented in source.
phase
double
phase
;
Undocumented in source.
waveform
int
waveform
;
Undocumented in source.
Meta
Source
See Implementation
allegro5
haptic
enums
ALLEGRO_HAPTIC_CONSTANTS
functions
al_get_haptic_capabilities
al_get_haptic_effect_duration
al_get_haptic_from_display
al_get_haptic_from_joystick
al_get_haptic_from_keyboard
al_get_haptic_from_mouse
al_get_haptic_from_touch_input
al_get_haptic_gain
al_get_max_haptic_effects
al_install_haptic
al_is_display_haptic
al_is_haptic_active
al_is_haptic_capable
al_is_haptic_effect_ok
al_is_haptic_effect_playing
al_is_haptic_installed
al_is_joystick_haptic
al_is_keyboard_haptic
al_is_mouse_haptic
al_is_touch_input_haptic
al_play_haptic_effect
al_release_haptic
al_release_haptic_effect
al_rumble_haptic
al_set_haptic_gain
al_stop_haptic_effect
al_uninstall_haptic
al_upload_and_play_haptic_effect
al_upload_haptic_effect
structs
ALLEGRO_HAPTIC
ALLEGRO_HAPTIC_CONDITION_EFFECT
ALLEGRO_HAPTIC_CONSTANT_EFFECT
ALLEGRO_HAPTIC_DIRECTION
ALLEGRO_HAPTIC_EFFECT
ALLEGRO_HAPTIC_EFFECT_ID
ALLEGRO_HAPTIC_ENVELOPE
ALLEGRO_HAPTIC_PERIODIC_EFFECT
ALLEGRO_HAPTIC_RAMP_EFFECT
ALLEGRO_HAPTIC_REPLAY
ALLEGRO_HAPTIC_RUMBLE_EFFECT
unions
ALLEGRO_HAPTIC_EFFECT_UNION