summaryrefslogtreecommitdiff
path: root/core/input/input_event.cpp
AgeCommit message (Expand)Author
2020-12-14Fixed mistakes in InputEvent as_text and to_string implementations.EricEzaM
2020-11-27InputEvent as_text now returns readable string. Added to_string for debug str...Eric M
2020-11-19Merge pull request #43662 from EricEzaM/PR/INP3-command_serialization_optionalRémi Verschelde
2020-11-19Made serialization of Command toggleable when saving InputEvents.Eric M
2020-11-11Add raw strength value for internal useAaron Franke
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-05-05[Windows] Add support for the WinTab API for pen input.bruvzg
2020-04-25Add const to InputEventMouseButton::get_factorTobias Mansfield-Williams
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky