summaryrefslogtreecommitdiffstats
path: root/include/video.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create an interface to SDL eventsHEADmasterancarola2019-02-061-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
* Add basic texture wrapperreadyNao Pross2019-01-251-1/+103
|
* Interface basic renderer drawing functionsNao Pross2019-01-231-16/+116
|
* Separate renderer from windowNao Pross2019-01-231-2/+32
|
* Rename library from libwrapsdl2 to libwsdl2Nao Pross2019-01-221-1/+1
|
* Inlined functions and fix debug headerNao Pross2019-01-211-4/+3
|
* Update wrapsdl2::window to use Renderer instead of SurfaceNao Pross2019-01-211-2/+9
|
* Make window_test threadedNao Pross2019-01-211-3/+11
|
* Add basic window wrapperNao Pross2019-01-211-0/+29