- al_create_mouse_cursor
ALLEGRO_MOUSE_CURSOR* al_create_mouse_cursor(ALLEGRO_BITMAP* sprite, int xfocus, int yfocus)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_destroy_mouse_cursor
void al_destroy_mouse_cursor(ALLEGRO_MOUSE_CURSOR* cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_hide_mouse_cursor
bool al_hide_mouse_cursor(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_set_mouse_cursor
bool al_set_mouse_cursor(ALLEGRO_DISPLAY* display, ALLEGRO_MOUSE_CURSOR* cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_set_system_mouse_cursor
bool al_set_system_mouse_cursor(ALLEGRO_DISPLAY* display, ALLEGRO_SYSTEM_MOUSE_CURSOR cursor_id)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- al_show_mouse_cursor
bool al_show_mouse_cursor(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.