aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/mouse_event.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-05compat/chrono_literals: Add C++14 backport.cppAlexander Sulfrian1-3/+4
Add user-defined literals for duration types (like the ones from C++14), Because these are user-defined they start with an underscore.
2015-04-03base/time: Replaces by std::chrono.Alexander Sulfrian1-4/+4
2014-05-04remove semicolon after namespaceAlexander Sulfrian1-1/+1
Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
2013-01-20fix includesAlexander Sulfrian1-0/+2
2013-01-18menu/mouse_event: add wrapper for mouse events to detect dbl-clicksAlexander Sulfrian1-0/+81