Updated file in *core module* link from core.c to rcore.c.

msun_
2026-03-03 18:21:18 +05:00
parent 3bd2fd284d
commit 4b1826a64a

@ -1,4 +1,4 @@
raylib input system basically uses an event polling mechanism, centralized on raylib [core module](https://github.com/raysan5/raylib/blob/master/src/core.c).
raylib input system basically uses an event polling mechanism, centralized on raylib [core module](https://github.com/raysan5/raylib/blob/master/src/rcore.c).
At the end of the game loop, `EndDrawing()` function is called. This function calls `SwapBuffers()` and `PollInputEvents()`, multiple input devices are scanned at that moment and states are registered.