From 7b5076050bfe9e102fa28fe2d1ecc068ab988214 Mon Sep 17 00:00:00 2001 From: TwistedTwigleg Date: Sun, 26 Nov 2017 14:58:38 -0500 Subject: Added documentation for World, Theme, StreamTexture, Sky, and ShortCut --- doc/classes/ShortCut.xml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/classes/ShortCut.xml') diff --git a/doc/classes/ShortCut.xml b/doc/classes/ShortCut.xml index 8f28d20fc2..ce6a001279 100644 --- a/doc/classes/ShortCut.xml +++ b/doc/classes/ShortCut.xml @@ -1,8 +1,11 @@ + A shortcut for binding input. + A shortcut for binding input. + Shortcuts are commonly used for interacting with a [Control] element from a [InputEvent]. @@ -13,6 +16,7 @@ + Returns the Shortcut's [InputEvent] as a [String]. @@ -21,17 +25,21 @@ + Returns [code]true[/code] if the Shortcut's [InputEvent] equals [code]event[/code]. + If [code]true[/code] this Shortcut is valid. + The Shortcut's [InputEvent]. + Generally the [InputEvent] is a keyboard key, though it can be any [InputEvent]. -- cgit v1.2.3