#PB_Event_MiddleClick etc.

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

#PB_Event_MiddleClick etc.

Post by c4s »

With PB 5.10 we got native window events for left, left double and right click... great!

Some important ones are missing though, e.g. #PB_Event_MiddleClick.
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
applePi
Addict
Addict
Posts: 1404
Joined: Sun Jun 25, 2006 7:28 pm

Re: #PB_Event_MiddleClick etc.

Post by applePi »

i have searched the file PureBasic.res , there are:
PB_EventType_MiddleButtonUp
PB_EventType_MiddleButtonDown
PB_Canvas_MiddleButton

but i have'nt tried it yet.
c4s
Addict
Addict
Posts: 1981
Joined: Thu Nov 01, 2007 5:37 pm
Location: Germany

Re: #PB_Event_MiddleClick etc.

Post by c4s »

These constants are for the CanvasGadget(). However, I'm requesting more mouse events for WindowEvent() so they will most likely not work. But thanks for looking into it...
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Post Reply