Update core_input_gamepad_virtual.c

This commit is contained in:
Magnus Oblerion 2024-09-25 12:13:06 +02:00 committed by GitHub
parent 0ccbec66ff
commit 8eb41a0057
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ int main(void)
const int screenWidth = 800;
const int screenHeight = 450;
InitWindow(screenWidth, screenHeight, "raylib [core] example - basic window");
InitWindow(screenWidth, screenHeight, "raylib [core] example - minimal virtual dpad");
const int dpad_x = 90;
const int dpad_y = 300;