Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

window_set_size

drewmccluskey edited this page Feb 12, 2019 · 2 revisions

window_set_size

This will set custom window size

Syntax:

window_set_size(size)
Argument Description
Size size Custom window size

Returns: void

Description:

This function will set the current game window size the input width and height pixel dimensions.

Example:

window_set_size(new Size(400,400));

The above code will set the window size to width 400px and height 400px.

Back to window-functions

Clone this wiki locally

AltStyle によって変換されたページ (->オリジナル) /