1al_set_new_window_position(3)                    al_set_new_window_position(3)
2
3
4

NAME

6       al_set_new_window_position - Allegro 5 API
7

SYNOPSIS

9              #include <allegro5/allegro.h>
10
11              void al_set_new_window_position(int x, int y)
12

DESCRIPTION

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 are allowed on some multihead systems.
17
18       To reset to the default behaviour, pass (INT_MAX, INT_MAX).
19

SEE ALSO

21       al_get_new_window_position(3)
22
23
24
25Allegro reference manual                         al_set_new_window_position(3)
Impressum