type A_Allegro_Mouse_Cursor is access all Allegro_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_NONE : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_DEFAULT : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_ARROW : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_BUSY : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_QUESTION : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_EDIT : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_MOVE : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_N : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_W : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_S : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_E : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_NW : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_SW : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_SE : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_RESIZE_NE : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_PROGRESS : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_PRECISION : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_LINK : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_ALT_SELECT : constant Allegro_System_Mouse_Cursor;
ALLEGRO_SYSTEM_MOUSE_CURSOR_UNAVAILABLE : constant Allegro_System_Mouse_Cursor;
function Al_Create_Mouse_Cursor
( | sprite | : A_Allegro_Bitmap; |
xfocus, yfocus | : Integer ) return A_Allegro_Mouse_Cursor; |
procedure Al_Destroy_Mouse_Cursor
( | cursor | : in out A_Allegro_Mouse_Cursor ); |
function Al_Set_Mouse_Cursor
( | display | : A_Allegro_Display; |
cursor | : A_Allegro_Mouse_Cursor ) return Boolean; |
procedure Al_Set_Mouse_Cursor
( | display | : A_Allegro_Display; |
cursor | : A_Allegro_Mouse_Cursor ); |
function Al_Set_System_Mouse_Cursor
( | display | : A_Allegro_Display; |
cursor_id | : Allegro_System_Mouse_Cursor ) return Boolean; |
procedure Al_Set_System_Mouse_Cursor
( | display | : A_Allegro_Display; |
cursor_id | : Allegro_System_Mouse_Cursor ); |
function Al_Hide_Mouse_Cursor
( | display | : A_Allegro_Display ) return Boolean; |
procedure Al_Hide_Mouse_Cursor
( | display | : A_Allegro_Display ); |
function Al_Show_Mouse_Cursor
( | display | : A_Allegro_Display ) return Boolean; |
procedure Al_Show_Mouse_Cursor
( | display | : A_Allegro_Display ); |