COMMON: Fix comment about getButtonState.

svn-id: r55087
This commit is contained in:
Alyssa Milburn 2011-01-01 22:36:33 +00:00
parent 32d7e687ee
commit 319fdf40b2

View file

@ -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;