summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_dinput.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.253mame0253 Vas Crabb2023-03-301-2/+2
* osd/modules/input/input_dinput.cpp: Adjusted heuristics to work better with n... Vas Crabb2023-03-291-9/+9
* input/input_dinput.h: Work around inability to have stdcall non-capturing lam... Vas Crabb2023-03-261-4/+8
* osd/modules/input: Modernised interface for enumerating DirectInput devices. Vas Crabb2023-02-281-9/+12
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-1/+1
* Input refactoring: Vas Crabb2023-02-181-67/+7
* -osd/windows/winutil.cpp: Better way to get module handle. Vas Crabb2023-02-121-1/+1
* Various input and OSD refactoring: Vas Crabb2023-01-291-132/+133
* osd: Cleaned up Windows API usage a little. Vas Crabb2022-05-261-9/+27
* osd/modules/input: Detect joystick reconnection with SDL. (#9605) Vas Crabb2022-04-241-2/+2
* fixes for building with clang 12.0.1 on windows smf-2021-09-041-1/+0
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-291-49/+29
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* Creating an -attach_window command line parameter on Windows to attach to an ... npwoods2019-08-041-2/+35
* Compile testing anybody? (nw) Olivier Galibert2017-02-271-4/+2
* Some reports of garbage in console with DInput controllers. Brad Hughes2017-02-271-2/+7
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-1/+1
* Small cleanup (nw) Miodrag Milanovic2016-11-111-1/+1
* Merge remote-tracking branch 'mamedev/master' Tomer Verona2016-10-091-1/+1
|\
| * Bulk renaming of Windows string conversion functions Nathan Woods2016-10-031-1/+1
* | Incorporate product / instance directinput device ids Tomer Verona2016-10-091-2/+15
|/
* Adding id() property to input_device Tomer Verona2016-09-201-5/+8
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-241-3/+2
* The calling convention goes inside the brackets of pointers to functions. All... smf-2016-06-151-2/+2
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-4/+6
* Move window_list to osd_common_t Brad Hughes2016-06-111-1/+1
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-101-1/+1
* Improve support for more Joysticks with DirectInput8. Also repair DirectInput... Quench02016-05-201-1/+15
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-1/+1
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-251-1/+1
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-1/+1
* Refactor OSD window. Brad Hughes2016-04-211-1/+1
* Standardize platform window pointer storage in osd_window. Brad Hughes2016-04-181-1/+1
* Hybrid DirectInput/XInput module Brad Hughes2016-04-041-0/+177