| Summary: | option and command keys affect left clicking | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Steven Noonan <steven> |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED WONTFIX | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | sezeroz, urkle |
| Version: | HG 1.2 | Keywords: | target-1.2.14 |
| Hardware: | PowerPC | ||
| OS: | Mac OS X (All) | ||
|
Description
Steven Noonan
2009-02-05 05:56:52 UTC
Tagging this bug with "target-1.2.14" so we can try to resolve it for SDL 1.2.14. Please note that we may choose to resolve it as WONTFIX. This tag is largely so we have a comprehensive wishlist of bugs to examine for 1.2.14 (and so we can close bugs that we'll never fix, rather than have them live forever in Bugzilla). --ryan. At this point the application behavior is locked down in SDL 1.2, but we've already eliminated this translation in SDL 1.3. See ya! Actually, due to another bug the right click emulation was switched to Control-click. However Option-Click emulation will be left alone because there are some games that rely on that behavior. You're always welcome to tweak that in the version of SDL you include with your game however! FYI in SDL 1.2.14 there is code also in SDL_QuartzEvents.m on lines 798-812. However there is a rather undocumented SDL_HAS3BUTTONMOUSE environment variable that completely disables the behavior. |