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
Age
Commit message (
Expand
)
Author
2023-02-13
Change message of unknown joypad property from error to warning
Ricardo Subtil
2023-02-12
Merge pull request #73179 from akien-mga/sync-gamecontrollerdb
Rémi Verschelde
2023-02-12
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2023-02-12
Add PS3 controller guide button
Julien Reichardt
2023-02-10
Add some missing translatable editor strings
Haoyu Qiu
2023-02-09
Perform early exit in Input::is_anything_pressed
Ninni Pipping
2023-02-08
Fix mouse-button-mask on button release in unit test
Markus Sauermann
2023-02-06
Fix mouse/drag/touch InputEvents having no device id
Markus Sauermann
2023-02-01
Fix various typos with codespell
Rémi Verschelde
2023-01-31
Merge pull request #64423 from RandomShaper/safe_input_synth
Rémi Verschelde
2023-01-31
Warn users about unsafe usage of InputEvent
Pedro J. Estébanez
2023-01-27
Merge pull request #67783 from EricEzaM/67715-input-event-action-as-text
Rémi Verschelde
2023-01-25
Merge pull request #69028 from YeldhamDev/its_raw_you_donkey
Rémi Verschelde
2023-01-24
[Input] Do not add key labels to the default actions, to display it correctly...
bruvzg
2023-01-23
Cleanup and unify keyboard input.
bruvzg
2023-01-16
Linux/BSD: Add LINUXBSD_ENABLED define for non X11-related checks
Rémi Verschelde
2023-01-12
Make InputEventAction as_text() return the text of the first valid event for ...
Eric M
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-12-12
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2022-11-24
Add MAKE_RESOURCE_TYPE_HINT macro to simplify binding arrays of resources
Rémi Verschelde
2022-11-22
Make `Input.get_vector()` check for plain `strength` instead of the raw one
Michael Alexsander
2022-11-14
add controller_number & controller_value to allow printing of all MIDI event ...
alcomposer
2022-11-02
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
Unified shortcut to clear carets and selections
Alfred Reinold Baudisch
2022-10-31
Shortcut and Bind to Remove Secondary Carets
Alfred Reinold Baudisch
2022-10-31
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
Merge pull request #67139 from PucklaMotzer09/insert_caret_at_carets
Rémi Verschelde
2022-10-27
Merge pull request #67644 from alfredbaudisch/add-selection-next-occurrence
Clay John
2022-10-22
Add double_tap attribute to InputEventScreenTouch
Fredia Huya-Kouadio
2022-10-21
Add Selection and Caret for Next Occurrence of Selection
Alfred Reinold Baudisch
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
Add Caret Insert Below and Above shortcuts to TextEdit
PucklaMotzer09
2022-10-07
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-03
[Web] Add PS3 gamepad mapping for FF+Linux.
Fabio Alessandrelli
2022-09-30
ci: add Python static analysis check via mypy
Jiri Suchan
2022-09-27
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
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-09-05
Updated gamecontrollerdb.txt to latest to include new mappings for various co...
Andres Hernandez
2022-09-01
Merge pull request #64444 from timothyqiu/action-completion
Rémi Verschelde
2022-08-29
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-24
Merge pull request #64531 from madmiraal/fix-63972-2
Rémi Verschelde
2022-08-23
Replace Array return types with TypedArray 2
kobewi
2022-08-23
Merge pull request #64732 from RandomShaper/input_is_final
Rémi Verschelde
2022-08-22
Make `_validate_property` a multilevel method
Yuri Sizov
2022-08-22
Consolidate the fact that `Input` is meant to be final
Pedro J. Estébanez
2022-08-17
Fix axis mapped to DPad buttons not releasing opposite button
Marcel Admiraal
2022-08-15
Fix action name completion for `Input`
Haoyu Qiu
[next]