pure basic standard events...
Posted: Sun Jan 01, 2006 8:53 pm
Is there a reason not to have defined standard PB events for the mouse like :
- #PB_EventType_LeftMouseButtonUp
- #PB_EventType_RightMouseButtonUp
- #PB_EventType_mouseMove
- #PB_EventType_MouseEnter
- #PB_EventType_MouseLeave
- #PB_EventType_MouseOver
...
Using windows API is incompatible with the others platforms ...
Many Basics implement them in their basic versions for most of the gadgets!?
It's the same question about canvas component which could be replaced by imagegadget if those events would exist
they are the only reasons which make me give up purebasic for simple tasks managing mouse events...
Thanks a lot for your explanation
DoMi
- #PB_EventType_LeftMouseButtonUp
- #PB_EventType_RightMouseButtonUp
- #PB_EventType_mouseMove
- #PB_EventType_MouseEnter
- #PB_EventType_MouseLeave
- #PB_EventType_MouseOver
...
Using windows API is incompatible with the others platforms ...
Many Basics implement them in their basic versions for most of the gadgets!?
It's the same question about canvas component which could be replaced by imagegadget if those events would exist
they are the only reasons which make me give up purebasic for simple tasks managing mouse events...
Thanks a lot for your explanation
DoMi