summaryrefslogtreecommitdiffstats
path: root/core/input/input_event.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@9e6098432aac35bae42c9089a29ba2a80320d823Spartan3222024-11-201-0/+3
|\
| * Revert "Fix InputEvent device id clash" and add a compatibility functionMarkus Sauermann2024-11-201-0/+3
* | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23Spartan3222024-11-151-1/+1
|\|
| * Replace default deadzone magic number with named constantMalcolm Anderson2024-11-121-1/+1
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-3/+0
|\|
| * Fix InputEvent device id clashMarkus Sauermann2024-10-201-3/+0
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* Allow JOY_AXIS_INVALID in InputEventJoypadMotion's `axis`Micky2024-09-161-1/+1
* Add event_index to InputEventActionkobewi2024-05-301-0/+12
* Expose `DEVICE_ID_EMULATION` constant in InputEventHugo Locurcio2024-03-161-0/+2
* Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-0/+56
* Add InputEventKey.location to tell left from rightMel Collins2024-01-261-1/+43
* Make InputEventShortcut always pressedkobewi2023-09-231-0/+4
* Context aware MIDI event printingalcomposer2023-08-281-1/+21
* Mention Xbox menu button by name in Start button descriptionHugo Locurcio2023-06-261-1/+1
* Merge pull request #75438 from ronyeh/typoRémi Verschelde2023-06-151-2/+2
|\
| * Fix typo on "autoremapping".Ron B. Yeh2023-03-281-2/+2
* | Merge pull request #63168 from Levrault/masterRémi Verschelde2023-06-051-0/+9
|\ \
| * | feat(gamepad): improve gamepad behavior with slider and popup_menuLuc-Frédéric Langis2023-06-051-0/+9
* | | Merge pull request #76719 from m4gr3d/add_input_event_cancelled_state_mainRémi Verschelde2023-05-171-46/+43
|\ \ \
| * | | Augment the `InputEvent` class with a `CANCELED` stateFredia Huya-Kouadio2023-05-151-46/+43
| |/ /
* / / Fix various errors when running the unit testsRedworkDE2023-05-091-1/+4
|/ /
* / [Web] Detect host OS and use macOS keys on mac hosts.bruvzg2023-04-111-17/+18
|/
* Use physical shortcuts for freelook navigation in the editorHakim2023-02-211-2/+7
* Add some missing translatable editor stringsHaoyu Qiu2023-02-101-3/+3
* Fix mouse/drag/touch InputEvents having no device idMarkus Sauermann2023-02-061-1/+1
* Merge pull request #67783 from EricEzaM/67715-input-event-action-as-textRémi Verschelde2023-01-271-1/+12
|\
| * Make InputEventAction as_text() return the text of the first valid event for ...Eric M2023-01-121-1/+12
* | [Input] Do not add key labels to the default actions, to display it correctly...bruvzg2023-01-241-1/+0
* | Cleanup and unify keyboard input.bruvzg2023-01-231-10/+105
* | Use BitField<> in core type masksJuan Linietsky2023-01-081-35/+32
|/
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* [iOS] Add Apple Pencil pressure and tilt support.bruvzg2022-12-231-1/+40
* add controller_number & controller_value to allow printing of all MIDI event ...alcomposer2022-11-141-1/+1
* Add double_tap attribute to InputEventScreenTouchFredia Huya-Kouadio2022-10-221-1/+14
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-21/+21
* Merge pull request #63109 from OverloadedOrama/fix-input-event-actionRémi Verschelde2022-09-251-1/+1
|\
| * Fix `InputEventAction`'s `is_action` method ignoring `exact_match` parameterEmmanouil Papadeas2022-07-171-1/+1
* | Fix key mapping changes when moving from macOS to other platformbruvzg2022-09-071-37/+53
* | Make `_validate_property` a multilevel methodYuri Sizov2022-08-221-7/+7
* | Use %s for bool value in vformatHaoyu Qiu2022-08-071-1/+1
|/
* [macOS, Windows, X11] Add stylus inverted/eraser support toHansem Ro2022-07-041-3/+16
* Add suffixes to all nodes and resourcesFireForge2022-06-111-9/+9
* Fix some issues found by cppcheck.bruvzg2022-04-061-6/+6
* String: Remove TTR and DTR defines in non-tools buildRémi Verschelde2022-03-281-10/+10
* Ensure minimum modifiers are pressed when matching actionsMarcel Admiraal2022-03-201-2/+12
* simplify formatting scripts, add a clang-tidy script, and run clang-tidyNathan Franke2022-01-291-1/+2
* Fix action exact matchNathan Franke2022-01-241-51/+55
* Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde2022-01-111-30/+25
|\