aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/mouse_manager.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* menu/application: Remove singleton.Alexander Sulfrian2015-04-031-1/+4
| | | | | The singleton pattern should not be used in most cases, because it behaves like global variables.
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* menu: add mouse manager for handling mouse focus and clicksAlexander Sulfrian2013-01-181-0/+70