| Summary: | simulated mouse events duplicate touch events | ||
|---|---|---|---|
| Product: | SDL | Reporter: | john |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | CC: | philipp.wiesemann |
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | Android (All) | ||
| Attachments: | patch to add the new hint support | ||
|
Description
john
2013-02-07 15:52:30 UTC
The patch was not attached to the bug. Created attachment 1044 [details]
patch to add the new hint support
You can now tell if a mouse event was simulated by touch input. The mouse event 'which' field will be set to the value SDL_TOUCH_MOUSEID. |