index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
input
/
input_event.cpp
Age
Commit message (
Expand
)
Author
2023-01-08
Use BitField<> in core type masks
Juan Linietsky
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-12-23
[iOS] Add Apple Pencil pressure and tilt support.
bruvzg
2022-11-14
add controller_number & controller_value to allow printing of all MIDI event ...
alcomposer
2022-10-22
Add double_tap attribute to InputEventScreenTouch
Fredia Huya-Kouadio
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-09-25
Merge pull request #63109 from OverloadedOrama/fix-input-event-action
Rémi Verschelde
2022-09-07
Fix key mapping changes when moving from macOS to other platform
bruvzg
2022-08-22
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-07
Use %s for bool value in vformat
Haoyu Qiu
2022-07-17
Fix `InputEventAction`'s `is_action` method ignoring `exact_match` parameter
Emmanouil Papadeas
2022-07-04
[macOS, Windows, X11] Add stylus inverted/eraser support to
Hansem Ro
2022-06-11
Add suffixes to all nodes and resources
FireForge
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-03-28
String: Remove TTR and DTR defines in non-tools build
Rémi Verschelde
2022-03-20
Ensure minimum modifiers are pressed when matching actions
Marcel Admiraal
2022-01-29
simplify formatting scripts, add a clang-tidy script, and run clang-tidy
Nathan Franke
2022-01-24
Fix action exact match
Nathan Franke
2022-01-11
Merge pull request #56322 from madmiraal/fix-42450
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-29
Rename speed to velocity when it's a directional Vector
Marcel Admiraal
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-19
Fix handling multiple "physical key" events in the single input map action.
bruvzg
2021-09-30
InputEventJoypadMotion::set_axis - reject invalid axis
LATRio
2021-09-26
validate 'shortcut' in InputEventShortcut
LATRio
2021-08-23
Entirely removes BIND_VMETHOD in favor of GDVIRTUAL
reduz
2021-08-16
Fix input methods returning zero strength when pressed status not requested
Mai Lavelle
2021-08-13
Improve input event accumulation
Pedro J. Estébanez
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-08-09
Added EditorCommandPalette
Bhuvan Vemula
2021-07-06
Added EditorInspectorPlugin to aid in editing InputEvents in resources and sh...
Eric M
2021-06-20
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-20
Merge pull request #48696 from madmiraal/fix-48692
Rémi Verschelde
2021-06-13
Fix `InputEventJoypadButton::as_text` crash for invalid button index
Haoyu Qiu
2021-05-19
Fix InputMap.action_erase_event() failing to erase events correctly.
Marcel Admiraal
2021-05-17
Merge pull request #48168 from LightningAA/control-to-ctrl-4.0
Rémi Verschelde
2021-05-17
Fix typo in InputEventMIDI string
fox
2021-05-15
Make printing of InputEvents consistent
Marcel Admiraal
2021-05-07
Rename "Control" key to "Ctrl" and add "_pressed" suffix to all InputEventWit...
Lightning_A
2021-05-04
Rename `doubleclick` to `double_click`
Aaron Franke
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-02-18
Added convenience create_reference methods for Key and JoyButton inputs
Eric M
2021-02-15
Merge pull request #44355 from EricEzaM/PR/fix-action-false-positives-and-all...
Rémi Verschelde
2021-02-07
Add support for new SDL gamecontroller keywords.
Marcel Admiraal
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-15
Allow checking for exact matches with Action events.
EricEzaM
[next]