summaryrefslogtreecommitdiffstats
path: root/include/video.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-06Create an interface to SDL eventsHEADmasterancarola1-3/+6
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 Pross1-16/+116
2019-01-23Separate renderer from windowNao Pross1-2/+32
2019-01-22Rename library from libwrapsdl2 to libwsdl2Nao Pross1-1/+1
2019-01-21Inlined functions and fix debug headerNao Pross1-4/+3
2019-01-21Update wrapsdl2::window to use Renderer instead of SurfaceNao Pross1-2/+9
2019-01-21Make window_test threadedNao Pross1-3/+11
2019-01-21Add basic window wrapperNao Pross1-0/+29