index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
input
/
input.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Follow up to https://github.com/godotengine/godot/pull/76399 to fix input ANR...
Fredia Huya-Kouadio
2023-05-11
1
-0
/
+1
|
/
*
Allow concurrent buffering and dispatch of input events
Pedro J. Estébanez
2023-05-08
1
-1
/
+24
*
Revert `Input.get_vector()` back to checking raw strength
Michael Alexsander
2023-02-19
1
-2
/
+2
*
Change message of unknown joypad property from error to warning
Ricardo Subtil
2023-02-13
1
-2
/
+3
*
Perform early exit in Input::is_anything_pressed
Ninni Pipping
2023-02-09
1
-3
/
+6
*
Fix mouse/drag/touch InputEvents having no device id
Markus Sauermann
2023-02-06
1
-3
/
+6
*
Fix various typos with codespell
Rémi Verschelde
2023-02-01
1
-1
/
+1
*
Merge pull request #64423 from RandomShaper/safe_input_synth
Rémi Verschelde
2023-01-31
1
-0
/
+25
|
\
|
*
Warn users about unsafe usage of InputEvent
Pedro J. Estébanez
2023-01-31
1
-0
/
+25
*
|
Merge pull request #69028 from YeldhamDev/its_raw_you_donkey
Rémi Verschelde
2023-01-25
1
-2
/
+2
|
\
\
|
*
|
Make `Input.get_vector()` check for plain `strength` instead of the raw one
Michael Alexsander
2022-11-22
1
-2
/
+2
*
|
|
Cleanup and unify keyboard input.
bruvzg
2023-01-23
1
-0
/
+14
|
|
/
|
/
|
*
|
Use BitField<> in core type masks
Juan Linietsky
2023-01-08
1
-10
/
+15
*
|
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
|
[iOS] Add Apple Pencil pressure and tilt support.
bruvzg
2022-12-23
1
-0
/
+6
|
/
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
Add double_tap attribute to InputEventScreenTouch
Fredia Huya-Kouadio
2022-10-22
1
-0
/
+2
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
1
-1
/
+0
*
Merge pull request #64444 from timothyqiu/action-completion
Rémi Verschelde
2022-09-01
1
-5
/
+4
|
\
|
*
Fix action name completion for `Input`
Haoyu Qiu
2022-08-15
1
-5
/
+4
*
|
Merge pull request #64531 from madmiraal/fix-63972-2
Rémi Verschelde
2022-08-24
1
-5
/
+3
|
\
\
|
*
|
Fix axis mapped to DPad buttons not releasing opposite button
Marcel Admiraal
2022-08-17
1
-5
/
+3
|
|
/
*
/
Consolidate the fact that `Input` is meant to be final
Pedro J. Estébanez
2022-08-22
1
-3
/
+0
|
/
*
Fix some array size function definition mismatch.
Fabio Alessandrelli
2022-08-04
1
-1
/
+1
*
Input: Make `get_action_raw_strength` print error when the action doesn't exist
Marco F
2022-06-28
1
-0
/
+1
*
Merge pull request #61669 from fire-forge/input
Rémi Verschelde
2022-06-04
1
-0
/
+8
|
\
|
*
Make Input mouse_mode and use_accumulated_input properties
FireForge
2022-06-03
1
-0
/
+8
*
|
Add array element type to `get_connected_joypads`
Raul Santos
2022-06-03
1
-2
/
+2
|
/
*
Replace most uses of Map by HashMap
reduz
2022-05-16
1
-20
/
+20
*
Add a new HashMap implementation
reduz
2022-05-12
1
-8
/
+8
*
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
Hugo Locurcio
2022-05-03
1
-2
/
+2
*
Use Input::push_input for tests plus extra mouse testing
Paulb23
2022-04-22
1
-0
/
+4
*
Merge pull request #60208 from Magorx/input-set-custom-mouse-cursor-fix
Rémi Verschelde
2022-04-14
1
-0
/
+2
|
\
|
*
Added p_shape check to avoid engine crush
KingCakeTheFruity
2022-04-13
1
-0
/
+2
*
|
Fix some issues found by cppcheck.
bruvzg
2022-04-06
1
-2
/
+4
|
/
*
Rename warp mouse functions to warp_mouse
Markus Sauermann
2022-03-27
1
-5
/
+5
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-1
/
+0
*
Merge pull request #56764 from madmiraal/fix-45592-2
Rémi Verschelde
2022-02-03
1
-12
/
+18
|
\
|
*
Fix mouse velocity not changing fast enough
Marcel Admiraal
2022-01-13
1
-12
/
+18
*
|
Merge pull request #56754 from madmiraal/fix-45592
Rémi Verschelde
2022-01-24
1
-7
/
+8
|
\
\
|
*
|
Use mouse event relative motion to calculate mouse velocity
Marcel Admiraal
2022-01-13
1
-7
/
+8
|
|
/
*
|
Add `Input.is_anything_pressed` method
Andrii Doroshenko (Xrayez)
2022-01-20
1
-0
/
+14
*
|
Fix Actions mapped to triggers not using the full range
Marcel Admiraal
2022-01-14
1
-22
/
+12
|
/
*
Merge pull request #56322 from madmiraal/fix-42450
Rémi Verschelde
2022-01-11
1
-15
/
+15
|
\
|
*
Rename speed to velocity when it's a directional Vector
Marcel Admiraal
2021-12-29
1
-15
/
+15
*
|
Add joystick button index boundary check. Increase max. button number to 128 ...
bruvzg
2022-01-10
1
-1
/
+2
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
|
/
*
Revert "Fixed event spam when using the Nintendo Switch controller"
Marcel Admiraal
2021-12-17
1
-4
/
+1
*
Fixed event spam when using the Nintendo Switch controller
Sam Lantinga
2021-12-16
1
-1
/
+4
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-4
/
+4
[prev]
[next]