Bitwise for MouseButton()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Bitwise for MouseButton()

Post by Psychophanta »

I request a bitwise parameter for MouseButton(); this is, 1 => LMB, 2 => RMB, and 4 => 3rd button
GPI
PureBasic Expert
PureBasic Expert
Posts: 1394
Joined: Fri Apr 25, 2003 6:41 pm

Re: Bitwise for MouseButton()

Post 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...
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post 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?
Post Reply