[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Mouse button order reversed for 1.7 versus 1.6



Presumably Button 2? Mice with 3+ buttons are pretty common, and I've never seen any disagreement on what is Left/Right/Middle (even though the Left button may not be the leftmost).

Mouse Wheel seems to come next in line since it's a part of the 3rd button, but after that... Well those buttons are still uncommon so perhaps they don't need constants.
-Jasper



Rene Dudfield wrote:

That could be a good idea.

However, what is the middle button on a six button mouse?


On Mon, 21 Feb 2005 10:00:30 +0200, Sami Hangaslammi
<sami.hangaslammi@xxxxxxxxx> wrote:


Would it be of any value to add constants to pygame such as
MOUSE_LEFT, MOUSE_RIGHT and MOUSE_MIDDLE?

--
Sami Hangaslammi