| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Places the documentation comments with the rest of SDLState's member
function documentation.
|
|
|
|
|
| |
Gets rid of a few unnecessary inclusion dependencies. It also uncovered
a few indirect inclusion dependencies being relied upon.
|
|
|
|
| |
Just makes the definitions a little bit more tidy.
|
|
|
|
|
|
|
|
|
| |
Changes the interface as well to remove any unique methods that
frontends needed to call such as StartJoystickEventHandler by
conditionally starting the polling thread only if the frontend hasn't
started it already. Additionally, moves all global state into a single
SDLState class in order to guarantee that the destructors are called in
the proper order
|
|
This should make reviewing much easier as you can then see what changed
happened between the old file and the new one
|