flipped order of buttons to match default X setup.
This commit is contained in:
parent
8beea84a8d
commit
27ead1f713
|
@ -7,7 +7,7 @@ typedef UInt8 ButtonID;
|
||||||
// mouse button identifiers
|
// mouse button identifiers
|
||||||
static const ButtonID kButtonNone = 0;
|
static const ButtonID kButtonNone = 0;
|
||||||
static const ButtonID kButtonLeft = 1;
|
static const ButtonID kButtonLeft = 1;
|
||||||
static const ButtonID kButtonRight = 2;
|
static const ButtonID kButtonMiddle = 2;
|
||||||
static const ButtonID kButtonMiddle = 3;
|
static const ButtonID kButtonRight = 3;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue