Page 1 of 1

#PB_EventType_RightClick_Up & #PB_EventType_RightClick_Down

Posted: Wed Dec 30, 2009 11:00 am
by Denis
will it be possible to differentiate #PB_EventType_Right in two messages (for up/down action) with for example #PB_EventType_RightClick_Up & #PB_EventType_RightClick_Down.

The same for #PB_EventType_Left, #PB_EventType_RightDoubleClick, #PB_EventType_LeftDoubleClick.

May be with an extended flag (for gadgets) to get such events instead #PB_EventType_Right , #PB_EventType_Left etc.

Please, don't tell me that API windows exist, i'de like native events.

Re: #PB_EventType_RightClick_Up & #PB_EventType_RightClick_Down

Posted: Thu Dec 31, 2009 11:22 pm
by Rook Zimbabwe
I would as well and have asked for this myself in the past, BUT
(and this is a large and hairy but!) :wink:

It would not be cross platform as each OS seems to handle the mouse and mouse events differently!

8)