.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "al_get_current_transform" "3" "" "Allegro reference manual" "" .SH NAME al_get_current_transform \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] const ALLEGRO_TRANSFORM *al_get_current_transform(void) .EE .SH DESCRIPTION Returns the transformation of the current target bitmap, as set by al_use_transform(3). If there is no target bitmap, this function returns NULL. .PP \f[I]Returns:\f[R] A pointer to the current transformation. .SH SEE ALSO al_get_current_projection_transform(3)