1al_set_new_window_position(3L)ibrary Functions Manuaall_set_new_window_position(3)
2
3
4
6 al_set_new_window_position
7
9 #include <allegro5/allegro.h>
10
11 void al_set_new_window_position(int x, int y)
12
14 Sets where the top left pixel of the client area of newly created win‐
15 dows (non-fullscreen) will be on screen, for displays created by the
16 calling thread. Negative values allowed on some multihead systems.
17
18 To reset to the default behaviour, pass (INT_MAX, INT_MAX).
19
21 al_get_new_window_position(3)
22
23
24
25Allegro reference manual al_set_new_window_position(3)