summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inputdev.h
Commit message (Expand)AuthorAgeFilesLines
* Small batch of input refactoring: Vas Crabb2023-02-051-1/+6
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-281-9/+22
* Optimisation, and baby steps towards untangling stuff: Vas Crabb2022-06-161-19/+5
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-291-22/+21
* input.cpp, inputdev.cpp: Convert a few more functions to use std::string_view AJR2021-02-031-1/+1
* Much more core std::string_view modernization AJR2021-01-201-1/+1
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-5/+2
* Move axis movement checking code down into input devices AJR2020-08-301-0/+17
* general cleanup: Vas Crabb2017-05-231-12/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-25/+25
* Polymorphize input_device and input_class; move to separate source file (nw) AJR2016-10-241-0/+400