Direct to InputEventJoypadButton for using buttons
(cherry picked from commit 6af7dafd6c
)
This commit is contained in:
parent
bafbd73b51
commit
7a20495a80
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" ?>
|
<?xml version="1.0" encoding="UTF-8" ?>
|
||||||
<class name="InputEventJoypadMotion" inherits="InputEvent" category="Core" version="3.0-stable">
|
<class name="InputEventJoypadMotion" inherits="InputEvent" category="Core" version="3.0-stable">
|
||||||
<brief_description>
|
<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>
|
</brief_description>
|
||||||
<description>
|
<description>
|
||||||
Stores information about joystick motions. One [code]InputEventJoypadMotion[/code] represents one axis at a time.
|
Stores information about joystick motions. One [code]InputEventJoypadMotion[/code] represents one axis at a time.
|
||||||
|
|
Loading…
Reference in New Issue