| Summary: | Right and middle mouse buttons not shown by SDL_GetMouseState | ||
|---|---|---|---|
| Product: | SDL | Reporter: | roger.levy |
| Component: | *don't know* | Assignee: | Ryan C. Gordon <icculus> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86_64 | ||
| OS: | Windows 7 | ||
|
Description
roger.levy
2010-11-21 08:54:36 UTC
Mouse button state is set by SDL_SendMouseButton, which is set in the win32 event handler, which only handles the left button at presently. Fixing bug #1046 will fix this. Fixed, thanks! http://hg.libsdl.org/SDL/rev/28003ba91f57 |