summaryrefslogtreecommitdiffstats
path: root/core/input/input_event.h
Commit message (Expand)AuthorAgeFilesLines
* InputEvent as_text now returns readable string. Added to_string for debug str...Eric M2020-11-271-1/+15
* Merge pull request #43591 from madmiraal/fix-43520Rémi Verschelde2020-11-191-51/+6
|\
| * Update joy button and stick names, enums and documentationMarcel Admiraal2020-11-191-51/+6
* | Merge pull request #43662 from EricEzaM/PR/INP3-command_serialization_optionalRémi Verschelde2020-11-191-0/+6
|\ \ | |/ |/|
| * Made serialization of Command toggleable when saving InputEvents.Eric M2020-11-191-0/+6
* | Remove empty lines around braces with the formatting scriptAaron Franke2020-11-161-2/+0
* | Add raw strength value for internal useAaron Franke2020-11-111-6/+7
|/
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-2/+2
* Add override keywords.Marcel Admiraal2020-07-101-38/+38
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-11/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-55/+54
* Update game controller enums.Marcel Admiraal2020-05-131-92/+78
* Add const to InputEventMouseButton::get_factorTobias Mansfield-Williams2020-04-251-1/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-0/+641