COMMON: Fix comment about getButtonState.
svn-id: r55087
This commit is contained in:
parent
32d7e687ee
commit
319fdf40b2
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue