update core input mouse

This commit is contained in:
CrackedPixel 2024-08-07 18:02:17 -05:00
parent 9c2ba3bfb7
commit 47c3bf267d

View File

@ -55,7 +55,8 @@ int main(void)
DrawCircleV(ballPosition, 40, ballColor);
DrawText("move ball with mouse and click mouse button to change color", 10, 10, 20, DARKGRAY);
DrawText("move ball with mouse and click mouse buttons to change color", 10, 10, 20, DARKGRAY);
DrawText("Left: MAROON\nRight: DARKBLUE\nMiddle: LIME\nSide: PURPLE\nExtra: YELLOW\nForward: ORANGE\nBack: BEIGE", 10, 35, 20, DARKGRAY);
EndDrawing();
//----------------------------------------------------------------------------------