| Summary: | Right mouse down doesn't work | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Sam Lantinga <slouken> |
| Component: | events | Assignee: | Eric Wing <ewing.bug.sdl> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P1 | CC: | kanzels |
| Version: | HG 2.0 | ||
| Hardware: | Other | ||
| OS: | Mac OS X 10.6 | ||
| Attachments: | Proposed patch | ||
|
Description
Sam Lantinga
2009-12-16 21:24:43 UTC
Eric, can you take a quick look at this? Thanks! Created attachment 477 [details]
Proposed patch
Here's a fix for this bug. While the event isn't send to the listener, it's sent to the window's content view, which is kind of weird. While I was there I also corrected the button numbers (Cocoa's start at 0, SDL's at 1) and a typo.
*** Bug 998 has been marked as a duplicate of this bug. *** I looked and a fix very similar to this has been applied to the current snapshot: http://www.libsdl.org/tmp/SDL-1.3.zip Thanks! |