mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-24 15:13:11 +00:00
fixed compile error for PLATFORM sdl
This commit is contained in:
parent
7f8dfc6c69
commit
79c29cbe24
@ -1612,7 +1612,7 @@ void PollInputEvents(void)
|
||||
unsigned int codepoint = (unsigned int)SDL_StepUTF8(&event.text.text, textLen);
|
||||
#else
|
||||
int codepointSize = 0;
|
||||
codepoint = GetCodepointNextSDL(event.text.text, &codepointSize);
|
||||
int codepoint = GetCodepointNextSDL(event.text.text, &codepointSize);
|
||||
#endif
|
||||
CORE.Input.Keyboard.charPressedQueue[CORE.Input.Keyboard.charPressedQueueCount] = codepoint;
|
||||
CORE.Input.Keyboard.charPressedQueueCount++;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user