diff options
-rw-r--r-- | common/events.h | 4 |
1 files 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; |