summaryrefslogtreecommitdiff
path: root/doc/classes/Input.xml
AgeCommit message (Expand)Author
2023-01-25Silence `warp_mouse()` warning in favor of documentationHugo Locurcio
2023-01-23Cleanup and unify keyboard input.bruvzg
2023-01-20Document image size restrictions for custom mouse cursors in HTML5Hugo Locurcio
2023-01-10Merge pull request #71022 from Sauermann/fix-captured-position-docRémi Verschelde
2023-01-10Fix doc for position of captured mouseMarkus Sauermann
2023-01-08Use BitField<> in core type masksJuan Linietsky
2022-12-16Silence `Input.vibrate_handheld()` warning as it's already documentedHugo Locurcio
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-27Document the DisplayServer classHugo Locurcio
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli
2022-08-12[doc] Use "param" instead of "code" to refer to parameters (6)Andy Maloney
2022-08-08Rename the argument tag to param in XML documentationYuri Sizov
2022-07-27HTML5: Add support for `Input.vibrate_handheld()`pattlebass
2022-07-03Input: Re-enable input accumulation by defaultRémi Verschelde
2022-06-04Merge pull request #61669 from fire-forge/inputRémi Verschelde
2022-06-03Make Input mouse_mode and use_accumulated_input propertiesFireForge
2022-06-03Add array element type to `get_connected_joypads`Raul Santos
2022-05-14Swap the meaning of CURSOR_WAIT and CURSOR_BUSYHaoyu Qiu
2022-04-27doc: Update iOS hint for Input.vibrate_handheld after #60397Rémi Verschelde
2022-03-27Rename warp mouse functions to warp_mouseMarkus Sauermann
2022-03-20Ensure minimum modifiers are pressed when matching actionsMarcel Admiraal
2022-02-15Add an XML schema for documentationHugo Locurcio
2022-02-03Merge pull request #56764 from madmiraal/fix-45592-2Rémi Verschelde
2022-02-03Expand description for warp_mouse_position methodTechnicalSoup
2022-01-20Add `Input.is_anything_pressed` methodAndrii Doroshenko (Xrayez)
2022-01-13Fix mouse velocity not changing fast enoughMarcel Admiraal
2022-01-11Merge pull request #56322 from madmiraal/fix-42450Rémi Verschelde
2022-01-05Document keyboard ghosting caveats in Input and InputEventHugo Locurcio
2021-12-29Rename speed to velocity when it's a directional VectorMarcel Admiraal
2021-12-06Unexpose joy_connection_changed methodkobewi
2021-11-23Add Input.is_physical_key_pressed method.bruvzg
2021-11-15Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde
2021-11-12Use "enum class" for input enumsAaron Franke
2021-10-22Merge pull request #53812 from RandomShaper/expose_flush_inputRémi Verschelde
2021-10-22Expose Input::flush_buffered_events()Pedro J. Estébanez
2021-10-12Exposed setters for sensor values in Input classДмитрий Сальников
2021-10-06Merge pull request #53472 from akien-mga/doc-update-tutorial-linksRémi Verschelde
2021-10-06doc: Update links to latest documentation after content reorganizationRémi Verschelde
2021-10-06Change dragging cursor on Windowskobewi
2021-08-10Use Key enum instead of plain integersAaron Franke
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-30Add Input documentation for `exact_match`Raul Santos
2021-07-22Fix miscellaneous doc typos and inconsistenciesNicholas Huelin
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-18Better format arguments in variant parserMichael Alexsander Silva Dias
2021-06-03Add MOUSE_MODE_CONFINED_HIDDENAaron Franke
2021-03-23Rename some more global enums (Key, Joy, MIDI)Aaron Franke
2021-03-19class reference proofreadingPaul Joannon
2021-03-17Converted sensor acceleration units to m/s^2 on iOS and UWPMarcus Brummer
2021-03-16Document different unit of measurement for sensor data on iOS and AndroidMarcus Brummer