| Summary: | Right mouse button doesn't work at all | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Pavel Kanzelsberger <kanzels> |
| Component: | events | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED DUPLICATE | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Mac OS X 10.6 | ||
|
Description
Pavel Kanzelsberger
2010-05-06 14:04:41 UTC
This is because this code was rewritten for SDL 1.3. It works in 1.2. Jiang (our GSoC student from last year), had this thought in an IM conversation with me yesterday... 11:09:38 PM Jjgod Jiang: It seems the current mouse handling implementation cannot receive mouse events other than left mouse 11:10:38 PM Jjgod Jiang: I think that's because Cocoa_WindowListener inherits from NSResponder, while NSResponder normally does not handle these events (NSView will handle them directly, as the docs said.) ...but I haven't looked into it yet. --ryan. |