mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 02:09:17 -05:00
Update examples and remove .exe
This commit is contained in:
@ -19,7 +19,6 @@ int main()
|
||||
int screenHeight = 450;
|
||||
|
||||
Vector2 ballPosition = { -100.0, -100.0 };
|
||||
int counter = 0;
|
||||
int mouseX, mouseY;
|
||||
|
||||
InitWindow(screenWidth, screenHeight, "raylib example 06 - mouse input");
|
||||
|
||||
Reference in New Issue
Block a user