Fix typos in src/platforms/rcore_*.c (#3581)
This commit is contained in:
parent
1906f1eddf
commit
fe53ba80dd
5 changed files with 14 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue