From 7a20495a80cee6531cae1205289613a6f9094415 Mon Sep 17 00:00:00 2001 From: Benjamin Stammen Date: Fri, 16 Feb 2018 17:59:44 -0800 Subject: [PATCH] Direct to InputEventJoypadButton for using buttons (cherry picked from commit 6af7dafd6c5a3d925cc2c08fed93c288a3dca461) --- doc/classes/InputEventJoypadMotion.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/InputEventJoypadMotion.xml b/doc/classes/InputEventJoypadMotion.xml index 7d40fcd4b33..478f0dddfcd 100644 --- a/doc/classes/InputEventJoypadMotion.xml +++ b/doc/classes/InputEventJoypadMotion.xml @@ -1,7 +1,7 @@ - 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]. Stores information about joystick motions. One [code]InputEventJoypadMotion[/code] represents one axis at a time.