Method GLUE.mirror_screen()
- Method mirror_screen
void mirror_screen(string how)
- Description
Mirrors the screen in x and/or y axis. Useful e.g. when drawing for backlight projection.
- Parameter how
A string that contains the mirror axis, e.g.
"x"
or"xy"
.