summaryrefslogtreecommitdiff
path: root/core/input/input_event.cpp
AgeCommit message (Expand)Author
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-23[iOS] Add Apple Pencil pressure and tilt support.bruvzg
2022-11-14add controller_number & controller_value to allow printing of all MIDI event ...alcomposer
2022-10-22Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio
2022-10-07Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg
2022-09-25Merge pull request #63109 from OverloadedOrama/fix-input-event-actionRémi Verschelde
2022-09-07Fix key mapping changes when moving from macOS to other platformbruvzg
2022-08-22Make `_validate_property` a multilevel methodYuri Sizov
2022-08-07Use %s for bool value in vformatHaoyu Qiu
2022-07-17Fix `InputEventAction`'s `is_action` method ignoring `exact_match` parameterEmmanouil Papadeas
2022-07-04[macOS, Windows, X11] Add stylus inverted/eraser support toHansem Ro
2022-06-11Add suffixes to all nodes and resourcesFireForge
2022-04-06Fix some issues found by cppcheck.bruvzg
2022-03-28String: Remove TTR and DTR defines in non-tools buildRémi Verschelde
2022-03-20Ensure minimum modifiers are pressed when matching actionsMarcel Admiraal
2022-01-29simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke
2022-01-24Fix action exact matchNathan Franke
2022-01-11Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-29Rename speed to velocity when it's a directional VectorMarcel Admiraal
2021-12-09Replace String comparisons with "", String() to is_empty()Nathan Franke
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-10-19Fix handling multiple "physical key" events in the single input map action.bruvzg
2021-09-30InputEventJoypadMotion::set_axis - reject invalid axisLATRio
2021-09-26validate 'shortcut' in InputEventShortcutLATRio
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-16Fix input methods returning zero strength when pressed status not requestedMai Lavelle
2021-08-13Improve input event accumulationPedro J. Estébanez
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-08-09Added EditorCommandPaletteBhuvan Vemula
2021-07-06Added EditorInspectorPlugin to aid in editing InputEvents in resources and sh...Eric M
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-20Merge pull request #48696 from madmiraal/fix-48692Rémi Verschelde
2021-06-13Fix `InputEventJoypadButton::as_text` crash for invalid button indexHaoyu Qiu
2021-05-19Fix InputMap.action_erase_event() failing to erase events correctly.Marcel Admiraal
2021-05-17Merge pull request #48168 from LightningAA/control-to-ctrl-4.0Rémi Verschelde
2021-05-17Fix typo in InputEventMIDI stringfox
2021-05-15Make printing of InputEvents consistentMarcel Admiraal
2021-05-07Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...Lightning_A
2021-05-04Rename `doubleclick` to `double_click`Aaron Franke
2021-03-23Rename ButtonList enum and members to MouseButtonAaron Franke
2021-02-18Added convenience create_reference methods for Key and JoyButton inputsEric M
2021-02-15Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all...Rémi Verschelde
2021-02-07Add support for new SDL gamecontroller keywords.Marcel Admiraal
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-15Allow checking for exact matches with Action events.EricEzaM