summaryrefslogtreecommitdiffstats
path: root/core/input
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Python imports.Marcel Admiraal2020-09-101-1/+0
* Fix invalid CSV in SDL2 controller mappings DBRémi Verschelde2020-09-011-1/+1
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2020-09-011-11/+112
* SCons: Refactor running commands through buildersAndrii Doroshenko (Xrayez)2020-07-281-1/+1
* Add override keywords.Marcel Admiraal2020-07-102-39/+39
* Renamed InputMap.get_action_list to InputMap.get_action_eventsLennard2020-06-152-6/+6
* Sync controller mappings DB with SDL2 community repoRémi Verschelde2020-06-041-16/+41
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-13/+13
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-143-59/+115
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-142-0/+23
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-146-250/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-144-200/+87
* Implement half axis and inverted axis mapping.Marcel Admiraal2020-05-132-22/+52
* Update game controller enums.Marcel Admiraal2020-05-133-249/+218
* Parse SDL game controller half axis and inverted axis entries.Marcel Admiraal2020-05-133-121/+288
* Input: Readd 'Default Android Gamepad' magic bindingRémi Verschelde2020-05-111-0/+3
* Re-add __XINPUT_DEVICE__hoontee2020-05-071-0/+3
* [Windows] Add support for the WinTab API for pen input.bruvzg2020-05-051-1/+1
* [Core] Rename linear_interpolate to lerpAaron Franke2020-04-291-1/+1
* Input: make VibrationInfo protected to allow implementors to use itpunto-2020-04-291-9/+9
* Merge pull request #38295 from akien-mga/input-is-backRémi Verschelde2020-04-282-136/+136
|\
| * Rename InputFilter back to InputRémi Verschelde2020-04-282-136/+136
* | Input: Drop obsolete versions of SDL gamecontrollerdbRémi Verschelde2020-04-284-632/+1
|/
* Add const to InputEventMouseButton::get_factorTobias Mansfield-Williams2020-04-252-2/+2
* Replace more occurrences of NULL with nullptrRémi Verschelde2020-04-021-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-024-29/+29
* SCons: Format buildsystem files with psf/blackRémi Verschelde2020-03-302-10/+26
* Refactored input, goes all via windows now.Juan Linietsky2020-03-262-165/+156
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-262-24/+24
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-2613-0/+5669