We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed61e1 commit e5f809fCopy full SHA for e5f809f
examples/core/core_3d_camera_free.c
@@ -49,7 +49,7 @@ int main(void)
49
//----------------------------------------------------------------------------------
50
UpdateCamera(&camera, CAMERA_FREE);
51
52
- if (IsKeyPressed('Z')) camera.target = (Vector3){ 0.0f, 0.0f, 0.0f };
+ if (IsKeyPressed(KEY_Z)) camera.target = (Vector3){ 0.0f, 0.0f, 0.0f };
53
54
55
// Draw
0 commit comments