allegro5.bitmap_lock

Undocumented in source.

Members

Enums

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

Functions

al_is_bitmap_locked
bool al_is_bitmap_locked(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_lock_bitmap
ALLEGRO_LOCKED_REGION* al_lock_bitmap(ALLEGRO_BITMAP* bitmap, int format, 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_lock_bitmap_region
ALLEGRO_LOCKED_REGION* al_lock_bitmap_region(ALLEGRO_BITMAP* bitmap, int x, int y, int width, int height, int format, 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_unlock_bitmap
void al_unlock_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.

Structs

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

Meta