Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
Pedro J. Estébanez
|
99edd4b43d
Consolidate the fact that `Input` is meant to be final
|
3 years ago |
Rémi Verschelde
|
00b3822306
Input: Re-enable input accumulation by default
|
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
|
45af29da80
Add a new HashSet template
|
3 years ago |
reduz
|
746dddc067
Replace most uses of Map by HashMap
|
3 years ago |
Hugo Locurcio
|
180e5d3028
Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`
|
3 years ago |
Rémi Verschelde
|
c273ddc3ee
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
|
3 years ago |
Paulb23
|
5e4e4967fe
Use Input::push_input for tests plus extra mouse testing
|
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
|
bf0253bab9
Merge pull request #56764 from madmiraal/fix-45592-2
|
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 |
Rémi Verschelde
|
46624388d4
Merge pull request #56322 from madmiraal/fix-42450
|
3 years ago |
Rémi Verschelde
|
fe52458154
Update copyright statements to 2022
|
3 years ago |
Marcel Admiraal
|
3105d9b1f3
Rename speed to velocity when it's a directional Vector
|
3 years ago |
bruvzg
|
9877d91c4a
Add Input.is_physical_key_pressed method.
|
3 years ago |
Aaron Franke
|
3c0fdcc8ac
Use "enum class" for input enums
|
4 years ago |
Marcel Admiraal
|
87a4ba492e
Remove unimplemented methods
|
3 years ago |
Pedro J. Estébanez
|
dc187324be
Add input buffering framework
|
4 years ago |
Pedro J. Estébanez
|
7c864d41c9
Improve input event accumulation
|
4 years ago |
Aaron Franke
|
fa3a32a2d6
Use Key enum instead of plain integers
|
4 years ago |
Aaron Franke
|
0ce49800ac
Use mouse and joypad enums instead of plain integers
|
4 years ago |
Aaron Franke
|
e919d894f8
Move many input enums to their own file
|
4 years ago |
Aaron Franke
|
98aa3b669e
Add MOUSE_MODE_CONFINED_HIDDEN
|
4 years ago |
Aaron Franke
|
a5324787c8
Rename some more global enums (Key, Joy, MIDI)
|
5 years ago |