allegro5.display

Undocumented in source.

Members

Enums

ALLEGRO_DISPLAY_OPTIONS
enum ALLEGRO_DISPLAY_OPTIONS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_DISPLAY_ORIENTATION
enum ALLEGRO_DISPLAY_ORIENTATION
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_DONTCARE
anonymousenum ALLEGRO_DONTCARE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ALLEGRO_WINDOWED
anonymousenum ALLEGRO_WINDOWED
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_ALLEGRO_PRIM_MAX_USER_ATTR
anonymousenum _ALLEGRO_PRIM_MAX_USER_ATTR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

al_acknowledge_drawing_halt
void al_acknowledge_drawing_halt(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_acknowledge_drawing_resume
void al_acknowledge_drawing_resume(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_acknowledge_resize
bool al_acknowledge_resize(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_create_display
ALLEGRO_DISPLAY* al_create_display(int w, int h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_destroy_display
void al_destroy_display(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_flip_display
void al_flip_display()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_backbuffer
ALLEGRO_BITMAP* al_get_backbuffer(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_get_current_display
ALLEGRO_DISPLAY* al_get_current_display()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_display_event_source
ALLEGRO_EVENT_SOURCE* al_get_display_event_source(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_get_display_flags
int al_get_display_flags(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_get_display_format
int al_get_display_format(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_get_display_height
int al_get_display_height(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_get_display_option
int al_get_display_option(ALLEGRO_DISPLAY* display, int option)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_display_orientation
int al_get_display_orientation(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_get_display_refresh_rate
int al_get_display_refresh_rate(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_get_display_width
int al_get_display_width(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_get_new_display_adapter
int al_get_new_display_adapter()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_new_display_flags
int al_get_new_display_flags()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_new_display_option
int al_get_new_display_option(int option, int* importance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_new_display_refresh_rate
int al_get_new_display_refresh_rate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_new_window_position
void al_get_new_window_position(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_get_new_window_title
const(char)* al_get_new_window_title()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_target_bitmap
ALLEGRO_BITMAP* al_get_target_bitmap()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_window_constraints
bool al_get_window_constraints(ALLEGRO_DISPLAY* display, int* min_w, int* min_h, int* max_w, int* max_h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_get_window_position
void al_get_window_position(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_hold_bitmap_drawing
void al_hold_bitmap_drawing(bool hold)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_is_bitmap_drawing_held
bool al_is_bitmap_drawing_held()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_is_compatible_bitmap
bool al_is_compatible_bitmap(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_reset_new_display_options
void al_reset_new_display_options()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_resize_display
bool al_resize_display(ALLEGRO_DISPLAY* display, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_display_flag
bool al_set_display_flag(ALLEGRO_DISPLAY* display, int flag, bool onoff)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_display_icon
void al_set_display_icon(ALLEGRO_DISPLAY* display, ALLEGRO_BITMAP* icon)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_display_icons
void al_set_display_icons(ALLEGRO_DISPLAY* display, int num_icons, ALLEGRO_BITMAP** icons)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_display_option
void al_set_display_option(ALLEGRO_DISPLAY* display, int option, 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_new_display_adapter
void al_set_new_display_adapter(int adapter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_new_display_flags
void al_set_new_display_flags(int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_new_display_option
void al_set_new_display_option(int option, int value, int importance)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_new_display_refresh_rate
void al_set_new_display_refresh_rate(int refresh_rate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_new_window_position
void al_set_new_window_position(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_new_window_title
void al_set_new_window_title(const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_target_backbuffer
void al_set_target_backbuffer(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_target_bitmap
void al_set_target_bitmap(ALLEGRO_BITMAP* bitmap)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_window_constraints
bool al_set_window_constraints(ALLEGRO_DISPLAY* display, int min_w, int min_h, int max_w, int max_h)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_set_window_position
void al_set_window_position(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_window_title
void al_set_window_title(ALLEGRO_DISPLAY* display, char* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_update_display_region
void al_update_display_region(int x, int y, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
al_wait_for_vsync
bool al_wait_for_vsync()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

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

Structs

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

Meta