MOUSE_CURSOR_NONE : constant Cursor_Type;
MOUSE_CURSOR_ALLEGRO : constant Cursor_Type;
MOUSE_CURSOR_ARROW : constant Cursor_Type;
MOUSE_CURSOR_BUSY : constant Cursor_Type;
MOUSE_CURSOR_QUESTION : constant Cursor_Type;
MOUSE_CURSOR_EDIT : constant Cursor_Type;
procedure Get_Mouse_Mickeys
( | mickeyx, mickeyy | : A_Integer ); |
function Get_Mouse_Sprite return A_Bitmap;
procedure Select_Mouse_Cursor
( | cursor | : Cursor_Type ); |
procedure Set_Mouse_Callback
( | cb | : A_Mouse_Callback ); |
procedure Set_Mouse_Cursor_Bitmap
( | cursor | : Cursor_Type; |
bmp | : A_Bitmap ); |
procedure Set_Mouse_Sprite
( | sprite | : A_Bitmap ); |
procedure Show_Mouse
( | bmp | : A_Bitmap ); |
function Show_OS_Cursor
( | cursor | : Cursor_Type ) return Integer; |