summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create an interface to SDL eventsHEADmasterancarola2019-02-062-12/+180
| | | | | | | | | | | | | List of basic events interfaces in namespace wsdl2::event - event_t - e_key - mouse::e_mouse - mouse::e_motion - mouse::e_button - e_quit (pure SDL quit callback) - window::e_window - window::e_resize - window::e_move
* Add basic texture wrapperreadyNao Pross2019-01-251-1/+103
|
* Interface basic renderer drawing functionsNao Pross2019-01-233-26/+143
|
* Separate renderer from windowNao Pross2019-01-231-2/+32
|
* Rename library from libwrapsdl2 to libwsdl2Nao Pross2019-01-223-3/+3
|
* Inlined functions and fix debug headerNao Pross2019-01-212-6/+5
|
* Add events wrapperNao Pross2019-01-211-0/+24
|
* Update wrapsdl2::window to use Renderer instead of SurfaceNao Pross2019-01-211-2/+9
|
* Make window_test threadedNao Pross2019-01-213-4/+26
|
* Add basic window wrapperNao Pross2019-01-214-6/+38
|
* Initial commit, add makefile, .gitignore and debug headerNao Pross2019-01-211-0/+6