draw_to_hdc

Draws an Allegro bitmap to a Windows device context.

Description

void draw_to_hdc(HDC dc, BITMAP *bitmap, int x, int y);
Draws an entire Allegro bitmap to a Windows device context, using the same parameters as the draw_sprite() function.

Related Projects

The following projects include source code containing this keyword: