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.cpp
Age
Commit message (
Expand
)
Author
2022-01-11
Merge pull request #56322 from madmiraal/fix-42450
Rémi Verschelde
2022-01-10
Add joystick button index boundary check. Increase max. button number to 128 ...
bruvzg
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-17
Revert "Fixed event spam when using the Nintendo Switch controller"
Marcel Admiraal
2021-12-16
Fixed event spam when using the Nintendo Switch controller
Sam Lantinga
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-06
Unexpose joy_connection_changed method
kobewi
2021-11-23
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
Add Input.is_physical_key_pressed method.
bruvzg
2021-11-16
Rename built-in `SGN()` macro to `SIGN()`
Hugo Locurcio
2021-11-12
Use "enum class" for input enums
Aaron Franke
2021-11-03
Sync controller mappings DB with SDL2 community repo
Rémi Verschelde
2021-10-28
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-22
Merge pull request #53812 from RandomShaper/expose_flush_input
Rémi Verschelde
2021-10-22
Expose Input::flush_buffered_events()
Pedro J. Estébanez
2021-10-12
Exposed setters for sensor values in Input class
Дмитрий Сальников
2021-10-04
GDScript completion: Handle quote style ad-hoc to remove editor dependency
Rémi Verschelde
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-08-16
Adding InputMap action error suggestion for Input singleton
jmb462
2021-08-13
Style: Cleanup code using `text_editor/completion/use_single_quotes`
Rémi Verschelde
2021-08-13
Add input buffering framework
Pedro J. Estébanez
2021-08-13
Improve input event accumulation
Pedro J. Estébanez
2021-08-10
Use Key enum instead of plain integers
Aaron Franke
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-22
Fix Input get_action_raw_strength
Aaron Franke
2021-07-18
Optimize StringName usage
reduz
2021-06-20
Use mouse and joypad enums instead of plain integers
Aaron Franke
2021-06-20
Move many input enums to their own file
Aaron Franke
2021-06-19
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-03
Add MOUSE_MODE_CONFINED_HIDDEN
Aaron Franke
2021-05-20
Change behavior of String.right
Tomasz Chabora
2021-04-17
Avoid creating joy_names map entries when using Map operator[]
Marcel Admiraal
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-12
Fixes small typos and grammar correction
Anshul7sp1
2021-02-24
Input: Throw error if action doesn't exist
Liz Haas
2021-02-19
doc: Sync classref with current source
Rémi Verschelde
2021-02-18
Added ability to override built-in actions for the editor
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-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-03
Ignore hint entries in game controller mapping
Marcel Admiraal
2020-11-19
Update joy button and stick names, enums and documentation
Marcel Admiraal
[next]