| Summary: | Missing mouse events under Windows | ||
|---|---|---|---|
| Product: | SDL | Reporter: | John Wilson <johnnyc.wilson> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | jos, rainerd |
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Windows (XP) | ||
| Attachments: | Patch for win32 mouse events | ||
This bug renders SDL 1.3 unusable for me. I'm going back to SDL 1.2 until this is fixed. This still exists in the newest revision. The patch offered by Mr. Wilson seems acceptable, and I have verified that it resolves the issue (at least for the right button -- although I never had any doubt of that anyway). Thank you very much for your patch for SDL 1.3! Do you give me permission to release your code with SDL 1.3 and future versions of SDL under both the LGPL and a closed-source commercial license? *** Bug 1093 has been marked as a duplicate of this bug. *** (In reply to comment #3) > Thank you very much for your patch for SDL 1.3! > > Do you give me permission to release your code with SDL 1.3 and future > versions of SDL under both the LGPL and a closed-source commercial > license? Of course. Why would I post it here if I wouldn't allow you to do that? :p |
Created attachment 535 [details] Patch for win32 mouse events The are no event handlers for the middle mouse button, right mouse buttons, and mouse wheel in the latest HG revision 4636. It has been like this for 3 months. I made a patch for this, though I'm not sure if the Xbutton or mouse wheel code is "correct" by your standards.