aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/mouse_manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-04-03menu/application: Remove singleton.Alexander Sulfrian1-3/+4
The singleton pattern should not be used in most cases, because it behaves like global variables.
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: add mouse manager for handling mouse focus and clicksAlexander Sulfrian1-0/+137