From 351a06655bdd7d440780b5bc5b255081c888044b Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 29 Jun 2002 23:50:04 +0000 Subject: Configureable button mappings! --- src/Util.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Util.hh') diff --git a/src/Util.hh b/src/Util.hh index 2a40308d..393c0089 100644 --- a/src/Util.hh +++ b/src/Util.hh @@ -71,6 +71,7 @@ public: inline bool valid(void) const { return _x2 > _x1 && _y2 > _y1; } bool intersects(const Rect &a) const; + bool contains(int _x, int _y) const; private: int _x1, _y1, _x2, _y2; -- cgit v1.2.3