summaryrefslogtreecommitdiff
path: root/doc/classes/Input.xml
AgeCommit message (Expand)Author
2018-11-17Fixed the default value for Input.action_press() from commit 8c45282Davide Baldo
2018-11-13doc: Sync classref with current sourceRémi Verschelde
2018-11-10Allow to specify a custom strength when calling Input.action_press(), this al...Davide Baldo
2018-11-05doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde
2018-10-25Repaired mistyped of 'its' on several files.M. Huri
2018-10-05[Docs] Add doc for Input::get_action_strengthGuilherme Felipe
2018-10-02Merge pull request #21421 from YeldhamDev/mult_view_changesRémi Verschelde
2018-10-01Add Input buttons and axes missing descriptionsaBARICHELLO
2018-09-13Fix set_custom_mouse_cursor changing to incorrect cursor shapeGuilherme Felipe
2018-09-10added clarification about Input.get_accelerometer only working when project i...Carl Scarlett
2018-09-03Fix custom cursor hotspotGuilherme Felipe
2018-08-25Small improvements to the Spatial Editor's multiple viewport modeMichael Alexsander Silva Dias
2018-06-12Add support for tutorial links to makerst.pyrobojumper
2018-05-12Sync classref with current sourceRémi Verschelde
2018-05-10Reset the cursor with Input.set_custom_mouse_cursor(null)Guilherme Felipe
2018-04-10doc: Sync classref with current sourceRémi Verschelde
2018-03-18Improve Input.is_action_just_* docs.Pieter-Jan Briers
2018-03-13[DOCS] InputMax Hilbrunner
2018-02-27doc: Remove status from hardcoded version stringRémi Verschelde
2018-02-19doc: Update version string in headerRémi Verschelde
2018-01-25doc: Sync with current sourceRémi Verschelde
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-13doc: Update version string in XMLRémi Verschelde
2018-01-03doc: Sync classref with current sourceRémi Verschelde
2017-12-17Add implementation for custom hardware cursorGuilherme Silva
2017-11-24doc: Fix enum tags thanks to 2bc6db6Rémi Verschelde
2017-11-24doc: Update header version for 3.0-betaRémi Verschelde
2017-11-15doc: Rename "@Global Scope" to "@GlobalScope"Rémi Verschelde
2017-11-15doc: Remove revision.module_config from version stringRémi Verschelde
2017-10-14[DOCS] Improve docs for is_action_just_pressed and is_action_just_released (#...Olli Markkanen
2017-10-11doc: Sync classref with current sourceRémi Verschelde
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-12Changed the doc class generation to individual files per class. It is also po...Juan Linietsky