mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-12-14 20:33:38 +01:00
Initial example update
- Updating examples with new changes.
This commit is contained in:
@@ -47,7 +47,7 @@ public partial class textures_image_text
|
||||
{
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
if (IsKeyDown(KEY_SPACE)) showFont = true;
|
||||
if (IsKeyDown(KeyboardKey.KEY_SPACE)) showFont = true;
|
||||
else showFont = false;
|
||||
//----------------------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user