Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-02-06 | Create an interface to SDL eventsHEADmaster | ancarola | 1 | -0/+15 | |
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-25 | Add basic texture wrapperready | Nao Pross | 1 | -2/+35 | |
2019-01-25 | Move renderer code in video.cpp to reflect header decl order | Nao Pross | 1 | -41/+39 | |
2019-01-23 | Interface basic renderer drawing functions | Nao Pross | 1 | -3/+20 | |
2019-01-23 | Separate renderer from window | Nao Pross | 1 | -11/+42 | |
2019-01-22 | Rename library from libwrapsdl2 to libwsdl2 | Nao Pross | 1 | -1/+1 | |
2019-01-21 | Inlined functions and fix debug header | Nao Pross | 1 | -7/+5 | |
2019-01-21 | Update wrapsdl2::window to use Renderer instead of Surface | Nao Pross | 1 | -6/+31 | |
2019-01-21 | Make window_test threaded | Nao Pross | 1 | -3/+9 | |
2019-01-21 | Add basic window wrapper | Nao Pross | 1 | -0/+44 | |