cleaned how balls are added
[physics.git] / src / input / inputManager.h
index 3e0e45d..13b6583 100644 (file)
@@ -33,6 +33,9 @@ namespace input
 
     Vector2 mousePosition();
 
+    bool mouseLeft();
+    bool mouseRight();
+
     bool isPressed(Uint8);
     bool isReleased(Uint8);