diff options
| author | Poommetee Ketson | 2018-02-17 09:50:10 +0700 |
|---|---|---|
| committer | GitHub | 2018-02-17 09:50:10 +0700 |
| commit | 6dba6bb40a90666e379d0bc17f9f105af072d633 (patch) | |
| tree | d5c1c9c4b93b9dac257bb3b71a9b3292278b0af1 | |
| parent | 5bfb8e1bce518f340a8422acdd04bfce65934597 (diff) | |
| parent | 6af7dafd6c5a3d925cc2c08fed93c288a3dca461 (diff) | |
| download | godot-6dba6bb40a90666e379d0bc17f9f105af072d633.tar.gz godot-6dba6bb40a90666e379d0bc17f9f105af072d633.tar.zst godot-6dba6bb40a90666e379d0bc17f9f105af072d633.zip | |
| -rw-r--r-- | doc/classes/InputEventJoypadMotion.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/InputEventJoypadMotion.xml b/doc/classes/InputEventJoypadMotion.xml index 7d40fcd4b..478f0dddf 100644 --- a/doc/classes/InputEventJoypadMotion.xml +++ b/doc/classes/InputEventJoypadMotion.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="InputEventJoypadMotion" inherits="InputEvent" category="Core" version="3.0-stable"> <brief_description> - Input event type for gamepad joysticks and other motions. For buttons see [code]InputEventJoypadMotion[/code]. + Input event type for gamepad joysticks and other motions. For buttons see [code]InputEventJoypadButton[/code]. </brief_description> <description> Stores information about joystick motions. One [code]InputEventJoypadMotion[/code] represents one axis at a time. |
