Jonathan Wilson 2 일 전
committed by GitHub
부모
커밋
f3b8a52384
No known key found for this signature in database GPG 키 ID: B5690EEEBB952194
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/platforms/rcore_desktop_sdl.c

+ 1
- 1
src/platforms/rcore_desktop_sdl.c 파일 보기

@ -1612,7 +1612,7 @@ void PollInputEvents(void)
unsigned int codepoint = (unsigned int)SDL_StepUTF8(&event.text.text, textLen); unsigned int codepoint = (unsigned int)SDL_StepUTF8(&event.text.text, textLen);
#else #else
int codepointSize = 0; int codepointSize = 0;
codepoint = GetCodepointNextSDL(event.text.text, &codepointSize);
kt">int codepoint = GetCodepointNextSDL(event.text.text, &codepointSize);
#endif #endif
CORE.Input.Keyboard.charPressedQueue[CORE.Input.Keyboard.charPressedQueueCount] = codepoint; CORE.Input.Keyboard.charPressedQueue[CORE.Input.Keyboard.charPressedQueueCount] = codepoint;
CORE.Input.Keyboard.charPressedQueueCount++; CORE.Input.Keyboard.charPressedQueueCount++;

불러오는 중...
취소
저장