summaryrefslogtreecommitdiffstats
path: root/event.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Create an interface to SDL eventsHEADmasterancarola2019-02-061-8/+92
| | | | | | | | | | | | | 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
* Rename library from libwrapsdl2 to libwsdl2Nao Pross2019-01-221-2/+2
|
* Add events wrapperNao Pross2019-01-211-0/+21