Page 1 of 1

Bitwise for MouseButton()

Posted: Sat Mar 20, 2004 10:38 am
by Psychophanta
I request a bitwise parameter for MouseButton(); this is, 1 => LMB, 2 => RMB, and 4 => 3rd button

Re: Bitwise for MouseButton()

Posted: Sat Mar 20, 2004 10:50 am
by GPI
Psychophanta wrote:I request a bitwise parameter for MouseButton(); this is, 1 => LMB, 2 => RMB, and 4 => 3rd button
Problem: 3rd-Button is in many cases same with LMB+RMB...

Posted: Sun Mar 21, 2004 10:27 pm
by Psychophanta
Problem: 3rd-Button is in many cases same with LMB+RMB...
:?: In what cases? However, that problem has nothing to do with this, hasn't it?