summaryrefslogtreecommitdiffstats
path: root/doc/classes/Input.xml
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Expose Input::flush_buffered_events()Pedro J. Estébanez2021-10-221-0/+7
* | Exposed setters for sensor values in Input classДмитрий Сальников2021-10-121-0/+32
|/
* Merge pull request #53472 from akien-mga/doc-update-tutorial-linksRémi Verschelde2021-10-061-1/+1
|\
| * doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-1/+1
* | Change dragging cursor on Windowskobewi2021-10-061-0/+1
|/
* Use Key enum instead of plain integersAaron Franke2021-08-101-1/+1
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-186/+93
* Add Input documentation for `exact_match`Raul Santos2021-07-301-0/+5
* Fix miscellaneous doc typos and inconsistenciesNicholas Huelin2021-07-221-1/+1
* Use mouse and joypad enums instead of plain integersAaron Franke2021-06-201-3/+3
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-1/+1