| Summary: | Event timestamp members are undocumented | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Charles Huber <genpfault> |
| Component: | events | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | minor | ||
| Priority: | P2 | CC: | genpfault |
| Version: | HG 2.1 | ||
| Hardware: | x86 | ||
| OS: | Windows 7 | ||
| Attachments: | Documentation fix patch | ||
Added, thanks! https://hg.libsdl.org/SDL/rev/657c10a0a705 |
Created attachment 1466 [details] Documentation fix patch The event timestamp members should be documented to indicate their meaning and units. Currently the timestamps are populated using SDL_GetTicks() in SDL_PushEvent() in SDL_events.c.