allegro5.joystick

Undocumented in source.

Members

Enums

ALLEGRO_JOYFLAGS
enum ALLEGRO_JOYFLAGS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

al_get_joystick
ALLEGRO_JOYSTICK* al_get_joystick(int joyn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_joystick_active
bool al_get_joystick_active(ALLEGRO_JOYSTICK* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_joystick_axis_name
const(char)* al_get_joystick_axis_name(ALLEGRO_JOYSTICK* joystick, int stick, int axis)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_joystick_button_name
const(char)* al_get_joystick_button_name(ALLEGRO_JOYSTICK* joystick, int buttonn)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_joystick_event_source
ALLEGRO_EVENT_SOURCE* al_get_joystick_event_source()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_joystick_name
const(char)* al_get_joystick_name(ALLEGRO_JOYSTICK* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_joystick_num_axes
int al_get_joystick_num_axes(ALLEGRO_JOYSTICK* joystick, int stick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_joystick_num_buttons
int al_get_joystick_num_buttons(ALLEGRO_JOYSTICK* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_joystick_num_sticks
int al_get_joystick_num_sticks(ALLEGRO_JOYSTICK* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_joystick_state
void al_get_joystick_state(ALLEGRO_JOYSTICK* joystick, ALLEGRO_JOYSTICK_STATE* ret_state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_joystick_stick_flags
int al_get_joystick_stick_flags(ALLEGRO_JOYSTICK* joystick, int stick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_joystick_stick_name
const(char)* al_get_joystick_stick_name(ALLEGRO_JOYSTICK* joystick, int stick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_num_joysticks
int al_get_num_joysticks()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_install_joystick
bool al_install_joystick()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_is_joystick_installed
bool al_is_joystick_installed()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_reconfigure_joysticks
bool al_reconfigure_joysticks()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_release_joystick
void al_release_joystick(ALLEGRO_JOYSTICK* joystick)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_uninstall_joystick
void al_uninstall_joystick()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

ALLEGRO_JOYSTICK
struct ALLEGRO_JOYSTICK
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_JOYSTICK_STATE
struct ALLEGRO_JOYSTICK_STATE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta