summaryrefslogtreecommitdiffstats
path: root/core/input/input_event.cpp
Commit message (Expand)AuthorAgeFilesLines
* InputEvent as_text now returns readable string. Added to_string for debug str...Eric M2020-11-271-45/+190
* Merge pull request #43662 from EricEzaM/PR/INP3-command_serialization_optionalRémi Verschelde2020-11-191-0/+34
|\
| * Made serialization of Command toggleable when saving InputEvents.Eric M2020-11-191-0/+34
* | Add raw strength value for internal useAaron Franke2020-11-111-14/+43
|/
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-27/+54
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+21
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-140/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-104/+16
* [Windows] Add support for the WinTab API for pen input.bruvzg2020-05-051-1/+1
* Add const to InputEventMouseButton::get_factorTobias Mansfield-Williams2020-04-251-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-14/+14
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-0/+1404