summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_none.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-291-24/+20
| | | | | | | | | | 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.
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
|
* Refactor OSD input into modules Brad Hughes2016-02-281-0/+66