1al_get_current_projection_transform(3) al_get_current_projection_transform(3)
23
4
NAME
6al_get_current_projection_transform - Allegro 5 API
7
SYNOPSIS
9#include <allegro5/allegro.h>
1011
const ALLEGRO_TRANSFORM *al_get_current_projection_transform(void)
12
DESCRIPTION
14If there is no target bitmap, this function returns NULL.
1516
Returns: A pointer to the current transformation.
17
SINCE
195.1.9
20
SEE ALSO
22al_use_projection_transform(3)
2324
25
26
Allegro reference manual al_get_current_projection_transform(3)