Fix typos in src/platforms/rcore_*.c (#3581)

This commit is contained in:
RadsammyT
2023-11-28 14:39:10 -05:00
committed by GitHub
parent 1906f1eddf
commit fe53ba80dd
5 changed files with 14 additions and 14 deletions

View File

@ -602,7 +602,7 @@ void PollInputEvents(void)
if (!platform.eventKeyboardMode) ProcessKeyboard();
// NOTE: Mouse input events polling is done asynchronously in another pthread - EventThread()
// NOTE: Gamepad (Joystick) input events polling is done asynchonously in another pthread - GamepadThread()
// NOTE: Gamepad (Joystick) input events polling is done asynchronously in another pthread - GamepadThread()
#endif
// Handle the mouse/touch/gestures events: