mirror of
https://github.com/raysan5/raygui.git
synced 2025-12-25 10:22:33 -05:00
Updated to raylib 3.5
Use GetCharPressed() instead of GetKeyPressed()
This commit is contained in:
@ -164,7 +164,7 @@ bool GuiTextEditor(Rectangle bounds, char *text, int textSize, bool editMode)
|
||||
}
|
||||
}
|
||||
|
||||
int key = GetKeyPressed();
|
||||
int key = GetCharPressed();
|
||||
|
||||
// TODO: On key pressed, place new character in cursor position
|
||||
|
||||
|
||||
Reference in New Issue
Block a user