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.
#PB_EventType_RightClick_Up & #PB_EventType_RightClick_Down
- Rook Zimbabwe
- Addict
- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Re: #PB_EventType_RightClick_Up & #PB_EventType_RightClick_Down
I would as well and have asked for this myself in the past, BUT
(and this is a large and hairy but!)
It would not be cross platform as each OS seems to handle the mouse and mouse events differently!

(and this is a large and hairy but!)

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