1al_get_current_transform(3)Library Functions Manualal_get_current_transform(3)
2
3
4

NAME

6       al_get_current_transform
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              const ALLEGRO_TRANSFORM *al_get_current_transform(void)
12

DESCRIPTION

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
16       returns NULL.
17
18       Returns: A pointer to the current transformation.
19
20
21
22Allegro reference manual                           al_get_current_transform(3)
Impressum