From 319fdf40b29d922be0a32a3ad8d4cc3d0bb3380b Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Sat, 1 Jan 2011 22:36:33 +0000 Subject: COMMON: Fix comment about getButtonState. svn-id: r55087 --- common/events.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/events.h b/common/events.h index 3c4f6e8d1c..f9ebce7d64 100644 --- a/common/events.h +++ b/common/events.h @@ -354,8 +354,8 @@ public: /** * Return a bitmask with the button states: - * - bit 0: left button up=1, down=0 - * - bit 1: right button up=1, down=0 + * - bit 0: left button up=0, down=1 + * - bit 1: right button up=0, down=1 */ virtual int getButtonState() const = 0; -- cgit v1.2.3