summaryrefslogtreecommitdiffstats
path: root/doc/classes/Input.xml
Commit message (Expand)AuthorAgeFilesLines
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-2/+2
* 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-0/+14
* Merge pull request #76045 from Eoin-ONeill-Yokai/steaminput-fixYuri Sizov2023-07-121-0/+9
|\
| * Prevent double input events on gamepad when running through steam inputEoin O'Neill2023-07-101-0/+9
* | Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
* | Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
|/
* Display `BitField[Enum]` in docs to distinguish from `Enum`Danil Alexeev2023-06-151-1/+1
* Input - fix just pressed and released with short presseslawnjelly2023-06-121-2/+4
* Document the database for `Input.get_joy_name()` and `Input.get_joy_guid()`Hugo Locurcio2023-06-021-2/+2
* Overhaul the top sections of the class reference (Core classes)VolTer2023-05-191-3/+3
* Clarify that event handling does not affect `Input`Ninni Pipping2023-05-091-0/+1
* Merge pull request #76309 from Calinou/custom-mouse-cursor-error-compressedRémi Verschelde2023-04-221-1/+1
|\
| * Add support for VRAM-compressed custom mouse cursor imagesHugo Locurcio2023-04-211-1/+1
* | Document custom mouse cursors larger than 128×128 potentially having issuesHugo Locurcio2023-04-211-1/+1
|/
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
* Silence `warp_mouse()` warning in favor of documentationHugo Locurcio2023-01-251-0/+1
* Cleanup and unify keyboard input.bruvzg2023-01-231-1/+8
* Document image size restrictions for custom mouse cursors in HTML5Hugo Locurcio2023-01-201-0/+1
* Merge pull request #71022 from Sauermann/fix-captured-position-docRémi Verschelde2023-01-101-1/+1
|\
| * Fix doc for position of captured mouseMarkus Sauermann2023-01-101-1/+1
* | Use BitField<> in core type masksJuan Linietsky2023-01-081-1/+1
|/
* Silence `Input.vibrate_handheld()` warning as it's already documentedHugo Locurcio2022-12-161-7/+7
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-2/+2
* Document the DisplayServer classHugo Locurcio2022-10-271-1/+1
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-1/+1
* [doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney2022-08-121-8/+8
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-53/+53
* HTML5: Add support for `Input.vibrate_handheld()`pattlebass2022-07-271-1/+3
* Input: Re-enable input accumulation by defaultRémi Verschelde2022-07-031-0/+1
* Merge pull request #61669 from fire-forge/inputRémi Verschelde2022-06-041-22/+10
|\
| * Make Input mouse_mode and use_accumulated_input propertiesFireForge2022-06-031-22/+10
* | Add array element type to `get_connected_joypads`Raul Santos2022-06-031-1/+1
|/
* Swap the meaning of CURSOR_WAIT and CURSOR_BUSYHaoyu Qiu2022-05-141-2/+2
* doc: Update iOS hint for Input.vibrate_handheld after #60397Rémi Verschelde2022-04-271-1/+2
* Rename warp mouse functions to warp_mouseMarkus Sauermann2022-03-271-3/+3
* Ensure minimum modifiers are pressed when matching actionsMarcel Admiraal2022-03-201-5/+5
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
* Merge pull request #56764 from madmiraal/fix-45592-2Rémi Verschelde2022-02-031-2/+2
|\
| * Fix mouse velocity not changing fast enoughMarcel Admiraal2022-01-131-2/+2
* | Expand description for warp_mouse_position methodTechnicalSoup2022-02-031-1/+2
* | Add `Input.is_anything_pressed` methodAndrii Doroshenko (Xrayez)2022-01-201-0/+6
|/
* Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde2022-01-111-2/+2
|\
| * Rename speed to velocity when it's a directional VectorMarcel Admiraal2021-12-291-2/+2
* | Document keyboard ghosting caveats in Input and InputEventHugo Locurcio2022-01-051-0/+6
|/
* Unexpose joy_connection_changed methodkobewi2021-12-061-11/+0
* Add Input.is_physical_key_pressed method.bruvzg2021-11-231-0/+7
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-1/+1
* Use "enum class" for input enumsAaron Franke2021-11-121-1/+1
* Merge pull request #53812 from RandomShaper/expose_flush_inputRémi Verschelde2021-10-221-0/+7
|\