logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_get_bitmap_x - Allegro 5 API

Description

       For a sub-bitmap, return it’s x position within the parent.

Name

       al_get_bitmap_x - Allegro 5 API

See Also

al_create_sub_bitmap(3alleg5), al_get_parent_bitmap(3alleg5), al_get_bitmap_y(3alleg5)

Since

       5.1.12

Allegro reference manual                                                                al_get_bitmap_x(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              int al_get_bitmap_x(ALLEGRO_BITMAP *bitmap)

See Also