summaryrefslogtreecommitdiffstats
path: root/doc/classes/Input.xml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #95749 from Mickeon/documentation-example-pruningRémi Verschelde2024-08-261-1/+0
|\
| * Remove empty `[b]Example:[/b]` lines from the class referenceMicky2024-08-191-1/+0
* | docs: highlight lack of joystick info on majority of platformsJoanna May2024-08-181-0/+1
|/
* Fix description for `Input.vibrate_handheld()`Haoyu Qiu2024-06-121-1/+1
* Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-021-0/+3
* Update links to outdated asset library demosskyace652024-04-071-2/+2
* [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-131-1/+1
* Merge pull request #89036 from Mickeon/documentation-uncommon-words-2Rémi Verschelde2024-03-011-2/+2
|\
| * Overhaul some "uncommon" wording in class referenceMicky2024-03-011-2/+2
* | Document that `parse_input_event` doesn't influence the OSMarkus Sauermann2024-02-291-0/+1
|/
* Improve cursor_set_custom_image() methodkobewi2024-02-281-1/+1
* Add keywords to improve search in the class referenceHugo Locurcio2024-02-221-2/+2
* Migrate macos controller API to GameController.hJezer Mejía2024-02-201-0/+1
* Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-0/+6
* Add bindings for setting and getting emulation mouse from touch and touch fro...CaTaTo2023-12-131-0/+6
* Document that `Input.is_action_*` should not be used during input-handlingMarkus Sauermann2023-11-101-0/+2
* Fixed a missing wordEmily2023-10-051-1/+1
* 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
|/