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
2021-06-13
Fix `InputEventJoypadButton::as_text` crash for invalid button index
Haoyu Qiu
2021-06-03
Add MOUSE_MODE_CONFINED_HIDDEN
Aaron Franke
2021-06-01
Move and expose AutoComplete in CodeEdit
Paulb23
2021-05-22
Add a keyboard shortcut to select the word under cursor in TextEdit
Hugo Locurcio
2021-05-20
Change behavior of String.right
Tomasz Chabora
2021-05-20
Fix typos with codespell
Rémi Verschelde
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-05-03
Add Enter as alternate key to complete code
kobewi
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-18
Merge pull request #35666 from Calinou/inputmap-nonexistent-suggestions
Rémi Verschelde
2021-04-18
Print suggestions when requesting a nonexistent InputMap action
Hugo Locurcio
2021-04-17
Avoid creating joy_names map entries when using Map operator[]
Marcel Admiraal
2021-04-06
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-03-23
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-03-23
Rename some more global enums (Key, Joy, MIDI)
Aaron Franke
2021-03-23
Rename ButtonList enum and members to MouseButton
Aaron Franke
2021-03-21
[HTML5] Logitech Dual Action Gamepad FF/Linux
Fabio Alessandrelli
2021-03-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-24
Merge pull request #46371 from EricEzaM/PR/fix-osx-inputmap-spammed-errors
Rémi Verschelde
2021-02-24
Fixed 'nonexistent action' errors spammed at startup on OSX
Eric M
2021-02-24
Input: Throw error if action doesn't exist
Liz Haas
2021-02-22
Input: Swap events for ui_redo to favor Shift+Ctrl+Z over Ctrl+Y
Rémi Verschelde
2021-02-19
doc: Sync classref with current source
Rémi Verschelde
2021-02-18
Removed hardcoded shortcuts from /scene and converted to input actions
Eric M
2021-02-18
Added ability to override built-in actions for the editor
Eric M
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-08
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-02-08
Merge pull request #45797 from madmiraal/add-new-sdl-keywords
Rémi Verschelde
2021-02-07
Add support for new SDL gamecontroller keywords.
Marcel Admiraal
2021-02-07
Fix issues in last GameControllerDB sync
Rémi Verschelde
2021-02-06
Merge pull request #45756 from Faless/js/4.x_gamepads_db
Rémi Verschelde
2021-02-06
Add some HTML5 controllers mapping.
Fabio Alessandrelli
2021-02-06
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-01-18
[HTML5] Custom Gamepad library to allow remapping.
Fabio Alessandrelli
2021-01-18
Better gamepad axis event injection.
Fabio Alessandrelli
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-12-28
Merge pull request #44593 from madmiraal/rename-mainloop-methods
Rémi Verschelde
2020-12-28
Rename empty() to is_empty()
Marcel Admiraal
2020-12-22
Rename MainLoop methods to match Node methods
Marcel Admiraal
2020-12-15
Allow checking for exact matches with Action events.
EricEzaM
2020-12-14
Fixed mistakes in InputEvent as_text and to_string implementations.
EricEzaM
2020-12-03
Merge pull request #43660 from EricEzaM/PR/INP1-inputevent_as_text_and_to_string
Rémi Verschelde
2020-12-03
Ignore hint entries in game controller mapping
Marcel Admiraal
2020-11-27
InputEvent as_text now returns readable string. Added to_string for debug str...
Eric M
2020-11-19
Merge pull request #43591 from madmiraal/fix-43520
Rémi Verschelde
[next]