aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/event_manager.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-01-05ported from log4cxx to log4cppAlexander Sulfrian1-2/+2
log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms
2013-01-05added mouse_move signal to event managerAlexander Sulfrian1-0/+4
2013-01-05added event_managerAlexander Sulfrian1-0/+128
event_manager for passing the events from the SDL thread to the event thread