
Provide mouseleave event
Posted Monday, 26 October, 2009 - 14:50 by rakkarage| Project: | The Open Toolkit library |
| Version: | 1.0-beta-1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
for example if i am handling button_down and waiting for button_up i want to stop waiting if mouse leaves. thanks


Comments
#1
i guess there was no wm_mouseenter message just a leave in win32... but the base system.windows.forms.control class provides both events... but that is windows specific so are the messages i guess... does linux and mac have mouse leave? Mouse Leave is all i need..
#2
X11 provides enter/leave notifications out of the box. No idea about Mac OS. WinForms seem to synthesize those events somehow.
I'd appreciate any hints on how to implement this on win32 (if I knew how, I'd be able to implement this feature in minutes). Maybe Mono WinForms can help here (yes, I keep on my bookmarks).
#3
Implemented in rev. 2399.
#4
Closing issues fixed in 1.0 beta-1.