1al_get_current_transform(3) al_get_current_transform(3)
2
3
4
6 al_get_current_transform - Allegro 5 API
7
9 #include <allegro5/allegro.h>
10
11 const ALLEGRO_TRANSFORM *al_get_current_transform(void)
12
14 Returns the transformation of the current target bitmap, as set by
15 al_use_transform(3). If there is no target bitmap, this function re‐
16 turns NULL.
17
18 Returns: A pointer to the current transformation.
19
21 al_get_current_projection_transform(3)
22
23
24
25Allegro reference manual al_get_current_transform(3)