summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_module.h
Commit message (Collapse)AuthorAgeFilesLines
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-291-3/+4
| | | | | | | | | | Removed support for DirectInput 7 and earlier. It hasn't been tested in years, and it's not relevant on any supported OS. DirectInput is effectively finalised at version 8, and is unlikely to get an API update in the future. Use more string[_view] and fewer C strings, and tightened up scope of a few things.
* srcclean (nw) Vas Crabb2016-11-271-1/+1
|
* simplified memory allocation for osd_module (nw) Miodrag Milanovic2016-11-111-0/+2
|
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-1/+2
| | | | | | | * move menu classes into ::ui namesapce * reduce scope of many symbols (first step in making UI code less rage-inducing so I can fix text input)
* Refactor OSD input into modules Brad Hughes2016-02-281-0/+39