mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-13 06:58:56 +01:00
This change is replacing the hardcoded "#canvas" element references in rcore_web to allow using canvas elements that use different names (which is necessary when using multiple canvas elements on one page). Also adding a cursor hiding example to mouse example.