Skip to content

Commit

Permalink
Update core_input_gamepad_virtual.c
Browse files Browse the repository at this point in the history
  • Loading branch information
oblerion committed Sep 25, 2024
1 parent 0ccbec6 commit 8eb41a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/core/core_input_gamepad_virtual.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8eb41a0

Please sign in to comment.