How to set fullscreeen window with border?

S

Skrininshot

Guest
I want to set the window of my game in fullscreen mode with code but not borderless like on a picture
 

Attachments

Last edited by a moderator:

TheouAegis

Member
And window_set_position(). You may also want to consider using display_set_gui_maximise() if you plan on using the GUI layer, but that's totally up to you.
 
Top