Update and rename core_virtual_Dpad.c to core_input_virtual_controls.c
This commit is contained in:
parent
a9cdae8dba
commit
3325813644
|
|
@ -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
|
* 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 screenWidth = 800;
|
||||||
const int screenHeight = 450;
|
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 dpadX = 90;
|
||||||
const int dpadY = 300;
|
const int dpadY = 300;
|
||||||
Loading…
Reference in New Issue
Block a user