diff options
author | Nathan Lovato <nathan@gdquest.com> | 2017-10-21 12:02:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-21 12:02:18 +0200 |
commit | 5cbab0e001830897a6852cbc16d1a2356569b689 (patch) | |
tree | 38bacdd0fb98c2a6f5bbd571bafdc5d5fdee9168 /doc/classes/InputEventWithModifiers.xml | |
parent | 1be4f4088bf0c61c27e0327f3bb593b1aba2d849 (diff) | |
parent | 0a89b0f76785fe0865894e5b1e37892e17ccd069 (diff) |
Merge pull request #12221 from Jerome67000/docs_input
[DOCS] InputEvent*
Diffstat (limited to 'doc/classes/InputEventWithModifiers.xml')
-rw-r--r-- | doc/classes/InputEventWithModifiers.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/classes/InputEventWithModifiers.xml b/doc/classes/InputEventWithModifiers.xml index 7bbdf0a441..46107a4ab8 100644 --- a/doc/classes/InputEventWithModifiers.xml +++ b/doc/classes/InputEventWithModifiers.xml @@ -1,11 +1,13 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="InputEventWithModifiers" inherits="InputEvent" category="Core" version="3.0.alpha.custom_build"> <brief_description> - Base class for input events with modifiers. + Base class for keys events with modifiers. </brief_description> <description> + Contains keys events informations with modifiers support like [code]SHIFT[/code] or [code]ALT[/code]. See [method Node._input]. </description> <tutorials> + http://docs.godotengine.org/en/stable/learning/features/inputs/inputevent.html </tutorials> <demos> </demos> |