Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
bruvzg
|
223a612c0c
[iOS] Add Apple Pencil pressure and tilt support.
|
2 years ago |
Rémi Verschelde
|
f7c611ab71
Style: Misc docs and comment style and language fixes
|
2 years ago |
Fredia Huya-Kouadio
|
13e4770b97
Add double_tap attribute to InputEventScreenTouch
|
2 years ago |
bruvzg
|
0103af1ddd
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, change warnings=all to use /W4.
|
2 years ago |
Rémi Verschelde
|
8812f0c896
Merge pull request #64444 from timothyqiu/action-completion
|
2 years ago |
Rémi Verschelde
|
d0a2a4c981
Merge pull request #64531 from madmiraal/fix-63972-2
|
2 years ago |
Pedro J. Estébanez
|
99edd4b43d
Consolidate the fact that `Input` is meant to be final
|
3 years ago |
Marcel Admiraal
|
61be617571
Fix axis mapped to DPad buttons not releasing opposite button
|
3 years ago |
Haoyu Qiu
|
660c700f9c
Fix action name completion for `Input`
|
3 years ago |
Fabio Alessandrelli
|
55845bac26
Fix some array size function definition mismatch.
|
3 years ago |
Marco F
|
0efa5d4cbd
Input: Make `get_action_raw_strength` print error when the action doesn't exist
|
3 years ago |
Rémi Verschelde
|
ecde7ce834
Merge pull request #61669 from fire-forge/input
|
3 years ago |
FireForge
|
f16c33fff6
Make Input mouse_mode and use_accumulated_input properties
|
3 years ago |
Raul Santos
|
3e53afd52c
Add array element type to `get_connected_joypads`
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
reduz
|
8b7c7f5a75
Add a new HashMap implementation
|
3 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
Paulb23
|
5e4e4967fe
Use Input::push_input for tests plus extra mouse testing
|
3 years ago |
Rémi Verschelde
|
bd9ba4bd10
Merge pull request #60208 from Magorx/input-set-custom-mouse-cursor-fix
|
3 years ago |
KingCakeTheFruity
|
29a2809d21
Added p_shape check to avoid engine crush
|
3 years ago |
bruvzg
|
f851c4aa33
Fix some issues found by cppcheck.
|
3 years ago |
Markus Sauermann
|
0494e024d8
Rename warp mouse functions to warp_mouse
|
3 years ago |
Rémi Verschelde
|
b8b4580448
Style: Cleanup single-line blocks, semicolons, dead code
|
3 years ago |
Rémi Verschelde
|
bf0253bab9
Merge pull request #56764 from madmiraal/fix-45592-2
|
3 years ago |
Rémi Verschelde
|
57a057f7ff
Merge pull request #56754 from madmiraal/fix-45592
|
3 years ago |
Andrii Doroshenko (Xrayez)
|
5d17fe7d0f
Add `Input.is_anything_pressed` method
|
5 years ago |
Marcel Admiraal
|
f41c72c538
Fix Actions mapped to triggers not using the full range
|
3 years ago |
Marcel Admiraal
|
5c3600b29f
Fix mouse velocity not changing fast enough
|
3 years ago |
Marcel Admiraal
|
5250cdd150
Use mouse event relative motion to calculate mouse velocity
|
3 years ago |