summaryrefslogtreecommitdiffstats
path: root/platform/windows/joypad_windows.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added guide button to controller db, changed to use secret XInput function.Andrés Botero2023-02-151-1/+5
* Fix Xbox Series controller duplicate inputPrecisionRender2023-01-201-1/+3
* Use BitField<> in core type masksJuan Linietsky2023-01-081-10/+15
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-5/+5
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-19/+27
* Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-141-24/+18
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fixed detecting the Valve Streaming GamepadSam Lantinga2021-12-161-2/+4
* Use "enum class" for input enumsAaron Franke2021-11-121-15/+15
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-5/+5
* Move many input enums to their own fileAaron Franke2021-06-201-9/+9
* Rename some more global enums (Key, Joy, MIDI)Aaron Franke2021-03-231-2/+2
* Replace malloc's with Godot's memalloc macroEv1lbl0w2021-03-131-6/+5
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Added driving joystick type to windows joystick handlingBastiaan Olij2020-12-041-1/+1
* Use LONG instead of DWORD (unsigned int) when interacting with DIJOFS constants.unknown2020-11-061-2/+2
* DirectInput: use correct joypad idAndreas Haas2020-07-311-3/+3
* Fix use uninitialized `ofs` variable introduced in 39701.bruvzg2020-06-221-0/+2
* Fix missing slider joystick handling on WindowsBastiaan Olij2020-06-201-6/+10
* Merge pull request #39060 from madmiraal/fix-38869Rémi Verschelde2020-06-041-8/+7
|\
| * Update Windows GUID to SDL uid conversion.Marcel Admiraal2020-05-261-8/+7
* | Add dinput nullptr checks.Marcel Admiraal2020-05-301-1/+7
* | Do not probe joypads if DirectInput cannot be initialized.Marcel Admiraal2020-05-291-6/+9
* | Tweak the DirectInput initialization failure messageHugo Locurcio2020-05-281-1/+2
|/
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+1
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-49/+0
* Update game controller enums.Marcel Admiraal2020-05-131-6/+6
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-2/+4
* Rename InputFilter back to InputRémi Verschelde2020-04-281-12/+12
* Replace NULL with nullptrlupoDharkael2020-04-021-9/+9
* Separate DisplayServer from OS on WindowsJuan Linietsky2020-03-261-13/+13
* MinGW: Avoid GCC -Wcast-function-type warnings on GetProcAddressRémi Verschelde2020-01-161-0/+5
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Fix endless controller iterationGeorg Wacker2019-06-171-1/+1
* Fix compilation warnings in JS and Windows buildsRémi Verschelde2019-06-151-7/+11
* Platform: Ensure classes match their header filenameRémi Verschelde2019-02-121-0/+558