1al_get_current_transform(3)Library Functions Manualal_get_current_transform(3)
23
4
NAME
6al_get_current_transform
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
const ALLEGRO_TRANSFORM *al_get_current_transform(void)
12
DESCRIPTION
14Returns the transformation of the current target bitmap, as set by
15al_use_transform(3). If there is no target bitmap, this function
16returns NULL.
1718
Returns: A pointer to the current transformation.
1920
21
22
Allegro reference manual al_get_current_transform(3)