diff options
| author | raysan5 <[email protected]> | 2014-09-16 11:30:25 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2014-09-16 11:30:25 +0200 |
| commit | 01651af08a494b1ac08c897695891ad7cf44ad47 (patch) | |
| tree | 1ac81f2931f5b5e8bafe58d2c0158cac55697f8b /examples/ex03b_input_mouse.c | |
| parent | c56ef738ed1ad440975bd362248c7b3e33c05a0e (diff) | |
| download | raylib-01651af08a494b1ac08c897695891ad7cf44ad47.tar.gz raylib-01651af08a494b1ac08c897695891ad7cf44ad47.zip | |
Update examples and remove .exe
Diffstat (limited to 'examples/ex03b_input_mouse.c')
| -rw-r--r-- | examples/ex03b_input_mouse.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/ex03b_input_mouse.c b/examples/ex03b_input_mouse.c index 690c4c4b..da2912a3 100644 --- a/examples/ex03b_input_mouse.c +++ b/examples/ex03b_input_mouse.c @@ -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"); |
