summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/input/input_win32.cpp
Commit message (Expand)AuthorAgeFilesLines
* Optimisation, and baby steps towards untangling stuff: Vas Crabb2022-06-161-2/+2
* osd: Cleaned up Windows API usage a little. Vas Crabb2022-05-261-12/+5
* osd/modules/input: Detect joystick reconnection with SDL. (#9605) Vas Crabb2022-04-241-7/+7
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-291-33/+30
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-1/+1
* Move special windows.h include directives to build defines (nw) Brad Hughes2016-12-281-3/+0
* Fix key names with -keyboardprovider win32 Vas Crabb2016-11-251-4/+8
* Change window handle storage to template instead of void* (nw) (#1725) Brad Hughes2016-11-171-5/+7
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1
* Adding id() property to input_device Tomer Verona2016-09-201-9/+9
* osd input code cleanup (nw) Brad Hughes2016-08-221-7/+19
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-5/+5
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-0/+2
* Fix input issues on big endian systems (fixes #963) Brad Hughes2016-06-291-5/+21
* Move window_list to osd_common_t Brad Hughes2016-06-111-6/+6
* Unify window_list in Windows and SDL OSD Brad Hughes2016-06-101-6/+6
* Revert "Temp revert of Brad changes (nw)" Miodrag Milanovic2016-04-251-6/+6
* Temp revert of Brad changes (nw) Miodrag Milanovic2016-04-251-6/+6
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-2/+2
* Refactor OSD window. Brad Hughes2016-04-211-6/+6
* Standardize platform window pointer storage in osd_window. Brad Hughes2016-04-181-5/+5
* Cleanups and version bump Miodrag Milanovic2016-03-301-8/+7
* General code cleanup in input modules. Using ComPtr to manage DirectInput res... Brad Hughes2016-03-181-8/+2
* Rewrote overly complex rawinput_device_improve_name function for rawinput mod... Brad Hughes2016-03-181-1/+2
* With latest package from MSYS of clang 3.8.0 build at least compile fine on w... Miodrag Milanovic2016-03-111-8/+5
* cleanup (nw) Miodrag Milanovic2016-02-291-1/+0
* Refactor OSD input into modules Brad Hughes2016-02-281-0/+427