summaryrefslogtreecommitdiffstats
path: root/include (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-06Create an interface to SDL eventsHEADmasterancarola2-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
2019-01-25Add basic texture wrapperreadyNao Pross1-1/+103
2019-01-23Interface basic renderer drawing functionsNao Pross3-26/+143
2019-01-23Separate renderer from windowNao Pross1-2/+32
2019-01-22Rename library from libwrapsdl2 to libwsdl2Nao Pross3-3/+3
2019-01-21Inlined functions and fix debug headerNao Pross2-6/+5
2019-01-21Add events wrapperNao Pross1-0/+24
2019-01-21Update wrapsdl2::window to use Renderer instead of SurfaceNao Pross1-2/+9
2019-01-21Make window_test threadedNao Pross3-4/+26
2019-01-21Add basic window wrapperNao Pross4-6/+38