summaryrefslogtreecommitdiff
path: root/core/input/input_event.cpp
AgeCommit message (Expand)Author
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