- get_x_rotate_matrix_f
-
See get_x_rotate_matrix.3alleg
- get_x_rotate_quat
-
Construct axis rotation quaternions. Allegro game programming library.
- get_y_rotate_matrix
-
Construct Y axis rotation matrices. Allegro game programming library.
- get_y_rotate_matrix_f
-
See get_y_rotate_matrix.3alleg
- get_y_rotate_quat
-
See get_x_rotate_quat.3alleg
- get_z_rotate_matrix
-
Construct Z axis rotation matrices. Allegro game programming library.
- get_z_rotate_matrix_f
-
See get_z_rotate_matrix.3alleg
- get_z_rotate_quat
-
See get_x_rotate_quat.3alleg
- gfx_capabilities
-
Bitfield describing video hardware capabilities. Allegro game programming library.
- GFX_MODE
-
Stores video mode information. Allegro game programming library.
- GFX_MODE_LIST
-
Stores an array of GFX_MODE structures. Allegro game programming library.
- gfx_mode_select
-
Displays the Allegro graphics mode selection dialog.
- gfx_mode_select_ex
-
Extended version of the graphics mode selection dialog. Allegro game programming library.
- gfx_mode_select_filter
-
Even more extended version of the graphics mode selection dialog. Allegro game programming library.
- grab_font_from_bitmap
-
Grabs a font from a bitmap Allegro game programming library.
- gui_bg_color
-
See gui_fg_color.3alleg
- gui_button_proc
-
See gui_shadow_box_proc.3alleg
- gui_ctext_proc
-
See gui_shadow_box_proc.3alleg
- gui_edit_proc
-
See gui_shadow_box_proc.3alleg
- gui_fg_color
-
The foreground and background colors for the standard dialogs. Allegro game programming library.
- gui_font_baseline
-
Adjusts the keyboard shortcut underscores height. Allegro game programming library.
- gui_get_screen
-
Returns the bitmap surface GUI routines draw to. Allegro game programming library.
- gui_list_proc
-
See gui_shadow_box_proc.3alleg
- gui_menu_draw_menu
-
Hooks to modify the appearance of menus. Allegro game programming library.
- gui_menu_draw_menu_item
-
See gui_menu_draw_menu.3alleg
- gui_mg_color
-
The color used for displaying greyed-out dialog objects. Allegro game programming library.
- gui_mouse_b
-
See gui_mouse_x.3alleg
- gui_mouse_focus
-
Tells if the input focus follows the mouse pointer. Allegro game programming library.
- gui_mouse_x
-
Hook functions used by the GUI routines to access the mouse state. Allegro game programming library.
- gui_mouse_y
-
See gui_mouse_x.3alleg
- gui_mouse_z
-
See gui_mouse_x.3alleg
- gui_set_screen
-
Changes the bitmap surface GUI routines draw to. Allegro game programming library.
- gui_shadow_box_proc
-
Hooks to customise the look and feel of Allegro dialogs.
- gui_strlen
-
Returns the length of a string in pixels. Allegro game programming library.
- gui_textout_ex
-
Draws a text string onto the screen with keyboard shortcut underbars. Allegro game programming library.
- gui_text_list_proc
-
See gui_shadow_box_proc.3alleg
- hline
-
Draws a horizontal line onto the bitmap. Allegro game programming library.
- hook_config_section
-
Hooks a configuration file section with custom handlers. Allegro game programming library.
- hsv_to_rgb
-
Converts color values between the HSV and RGB colorspaces. Allegro game programming library.
- identity_matrix
-
Global containing the identity matrix. Allegro game programming library.
- identity_matrix_f
-
See identity_matrix.3alleg
- identity_quat
-
Global variable containing the identity quaternion. Allegro game programming library.
- initialise_joystick
-
Deprecated version of install_joystick(). Allegro game programming library.
- init_dialog
-
Low level initialisation of a dialog. Allegro game programming library.
- init_menu
-
Low level initialisation of a menu. Allegro game programming library.
- install_allegro
-
Initialise the Allegro library.
- install_int
-
Installs a user timer handler. Allegro game programming library.
- install_int_ex
-
Adds or modifies a timer. Allegro game programming library.
- install_joystick
-
Initialises the joystick. Allegro game programming library.
- install_keyboard
-
Installs the Allegro keyboard interrupt handler.