Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Input: Remove global variables from SDL Input | James Rowe | 2019-03-02 | 1 | -33/+46 |
| | | | | | | | | | 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 | ||||
* | Input: Copy current SDL.h/cpp files to impl | James Rowe | 2019-03-02 | 1 | -0/+51 |
This should make reviewing much easier as you can then see what changed happened between the old file and the new one |