Skip to contents

Set window position on screen (only PLATFORM_DESKTOP).

Usage

set_window_position(x, y)

Arguments

x

An integer.

y

An integer.

Note

This function has been auto-generated from the following Raylib function definition:

void SetWindowPosition(int x, int y);