summaryrefslogtreecommitdiffstats
path: root/doc/classes/Shortcut.xml
Commit message (Collapse)AuthorAgeFilesLines
* Fix grammar mistake in Shortcut documentationArjhanToteck2024-10-271-1/+1
|
* Clarify behavior of InputEvent.is_match and Shortcut.matches_eventskyler2024-09-171-1/+1
| | | | | - Shortcut: Clarifies how matches_event() method compares events - InputEvent: Clarifies is_match() method does not consider event states
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* [doc] Use "param" instead of "code" to refer to parameters #3Andy Maloney2022-08-091-1/+1
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-1/+1
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Allow shortcuts to have any number of bindings. Updated UI as required.Eric M2021-10-011-7/+7
|
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* Shortcut: Rename `shortcut` property to `event`Rémi Verschelde2021-08-051-8/+8
| | | | | | | | | Having a property which has the same name as its class leads to confusing situations (e.g. `BaseButton` has a `shortcut` property of type `Shortcut` which has a `shortcut` property of type `InputEvent`). Also renames `is_event` to `matches_event`, and `is_valid` to `has_valid_event` to better reflect what the methods check.
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-8/+4
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Rename ShortCut to Shortcut which is more grammatically correctHugo Locurcio2020-09-091-0/+45
See https://github.com/godotengine/godot/issues/16863#issuecomment-685236980.