Update and rename core_virtual_Dpad.c to core_input_virtual_controls.c

This commit is contained in:
Magnus Oblerion 2024-10-01 16:20:27 +02:00 committed by GitHub
parent a9cdae8dba
commit 3325813644
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
/*******************************************************************************************
*
* raylib [core] example - Virtual Dpad
* raylib [core] example - input virtual controls
*
* Example originally created with raylib 5.0, last time updated with raylib 5.0
*
@ -27,7 +27,7 @@ int main(void)
const int screenWidth = 800;
const int screenHeight = 450;
InitWindow(screenWidth, screenHeight, "raylib [core] example - virtual dpad");
InitWindow(screenWidth, screenHeight, "raylib [core] example - input virtual controls");
const int dpadX = 90;
const int dpadY = 300;