| Summary: | Added a timestamp on all SDL events | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Gueniffey <pierre-yves> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Patch for current SDL snapshot (2011/11/23) | ||
Added, thanks! http://hg.libsdl.org/SDL/rev/d166819bf2b3 |
Created attachment 733 [details] Patch for current SDL snapshot (2011/11/23) The attached simple patch adds a timestamp to all SDL events. It is useful to dismiss old events and add UI responsiveness (my application does some extensive tasks that creates a delay in the event queue handling. With this patch, I can deal only with the most recent events.