allegro5.mouse

Undocumented in source.

Members

Functions

al_get_mouse_cursor_position
bool al_get_mouse_cursor_position(int* ret_x, int* ret_y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_mouse_event_source
ALLEGRO_EVENT_SOURCE* al_get_mouse_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_mouse_num_axes
uint al_get_mouse_num_axes()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_mouse_num_buttons
uint al_get_mouse_num_buttons()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_mouse_state
void al_get_mouse_state(ALLEGRO_MOUSE_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_mouse_state_axis
int al_get_mouse_state_axis(ALLEGRO_MOUSE_STATE* state, 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_mouse_wheel_precision
int al_get_mouse_wheel_precision()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_grab_mouse
bool al_grab_mouse(ALLEGRO_DISPLAY* display)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_install_mouse
bool al_install_mouse()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_is_mouse_installed
bool al_is_mouse_installed()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_mouse_button_down
bool al_mouse_button_down(ALLEGRO_MOUSE_STATE* state, int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_mouse_axis
bool al_set_mouse_axis(int axis, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_mouse_w
bool al_set_mouse_w(int w)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_mouse_wheel_precision
void al_set_mouse_wheel_precision(int precision)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_mouse_xy
bool al_set_mouse_xy(ALLEGRO_DISPLAY* display, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_mouse_z
bool al_set_mouse_z(int z)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_ungrab_mouse
bool al_ungrab_mouse()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_uninstall_mouse
void al_uninstall_mouse()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

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

Variables

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

Meta