Update examples and remove .exe
This commit is contained in:
parent
c56ef738ed
commit
01651af08a
23 changed files with 7 additions and 7 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue