summaryrefslogtreecommitdiffstats
path: root/core/input/input.h
Commit message (Expand)AuthorAgeFilesLines
* Add "Game" editor for better runtime debuggingMichael Alexsander2024-10-301-0/+10
* Memory cleanup and optimizationsFredia Huya-Kouadio2024-08-161-0/+4
* Cleanup Android input on render thread settingsFredia Huya-Kouadio2024-07-091-3/+3
* Clean Input::frame_parsed_events before de-initialising scripting languages t...bruvzg2024-05-301-0/+3
* Merge pull request #88343 from Riteo/warped-mouse-floatRémi Verschelde2024-05-061-1/+1
|\
| * Handle warped mouse motion as floating pointRiteo2024-02-141-1/+1
* | Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-021-1/+6
* | Optimise Object's `get_argument_options`Micky2024-02-291-0/+3
* | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-7/+7
|/
* Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-1/+4
* Rework action pressed state to support multiple controllersGilles Roudière2023-12-041-20/+20
* Rework input actions to be reliablekobewi2023-11-101-2/+17
* Merge pull request #81322 from johnnyw/android_fix_joypad_trigger_rangeRémi Verschelde2023-10-201-1/+1
|\
| * Android: Fix joypad trigger value rangeJohn Watson2023-10-201-1/+1
* | Prevent axis-based actions from getting stuckkobewi2023-09-041-0/+1
|/
* Fix action state when multiple events are assignedkobewi2023-08-251-1/+1
* Add the ability to get per-platform information for joypads.Álex Román Núñez2023-08-021-1/+3
* Prevent double input events on gamepad when running through steam inputEoin O'Neill2023-07-101-0/+4
* Input - fix just pressed and released with short presseslawnjelly2023-06-121-6/+9
* Merge pull request #64423 from RandomShaper/safe_input_synthRémi Verschelde2023-01-311-0/+4
|\
| * Warn users about unsafe usage of InputEventPedro J. Estébanez2023-01-311-0/+4
* | Cleanup and unify keyboard input.bruvzg2023-01-231-0/+2
|/
* Use BitField<> in core type masksJuan Linietsky2023-01-081-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Consolidate the fact that `Input` is meant to be finalPedro J. Estébanez2022-08-221-11/+9
* Input: Re-enable input accumulation by defaultRémi Verschelde2022-07-031-1/+1
* Merge pull request #61669 from fire-forge/inputRémi Verschelde2022-06-041-0/+1
|\
| * Make Input mouse_mode and use_accumulated_input propertiesFireForge2022-06-031-0/+1
* | Add array element type to `get_connected_joypads`Raul Santos2022-06-031-1/+2
|/
* Add a new HashSet templatereduz2022-05-201-0/+1
* Replace most uses of Map by HashMapreduz2022-05-161-9/+9
* Remove `RES` and `REF` typedefs in favor of spelled out `Ref<>`Hugo Locurcio2022-05-031-2/+2
* Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`Rémi Verschelde2022-05-021-2/+2
* Use Input::push_input for tests plus extra mouse testingPaulb232022-04-221-0/+1
* Fix some issues found by cppcheck.bruvzg2022-04-061-3/+3
* Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-271-2/+2
* Merge pull request #56764 from madmiraal/fix-45592-2Rémi Verschelde2022-02-031-1/+1
|\
| * Fix mouse velocity not changing fast enoughMarcel Admiraal2022-01-131-1/+1
* | Add `Input.is_anything_pressed` methodAndrii Doroshenko (Xrayez)2022-01-201-0/+1
* | Fix Actions mapped to triggers not using the full rangeMarcel Admiraal2022-01-141-6/+1
|/
* Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde2022-01-111-6/+6
|\
| * Rename speed to velocity when it's a directional VectorMarcel Admiraal2021-12-291-6/+6
* | Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
|/
* Add Input.is_physical_key_pressed method.bruvzg2021-11-231-0/+2
* Use "enum class" for input enumsAaron Franke2021-11-121-11/+11
* Remove unimplemented methodsMarcel Admiraal2021-10-211-1/+0
* Add input buffering frameworkPedro J. Estébanez2021-08-131-2/+5
* Improve input event accumulationPedro J. Estébanez2021-08-131-1/+0
* Use Key enum instead of plain integersAaron Franke2021-08-101-1/+2
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-14/+14