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.
2 parents eaea8e0 + 79c29cb commit 5957564Copy full SHA for 5957564
src/platforms/rcore_desktop_sdl.c
@@ -1612,7 +1612,7 @@ void PollInputEvents(void)
1612
unsigned int codepoint = (unsigned int)SDL_StepUTF8(&event.text.text, textLen);
1613
#else
1614
int codepointSize = 0;
1615
- codepoint = GetCodepointNextSDL(event.text.text, &codepointSize);
+ int codepoint = GetCodepointNextSDL(event.text.text, &codepointSize);
1616
#endif
1617
CORE.Input.Keyboard.charPressedQueue[CORE.Input.Keyboard.charPressedQueueCount] = codepoint;
1618
CORE.Input.Keyboard.charPressedQueueCount++;
0 commit comments