소스 검색

Merge pull request #16767 from sfotm/master

Direct to InputEventJoypadButton for using buttons

[ci skip]
Poommetee Ketson 7 년 전
부모
커밋
6dba6bb40a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/InputEventJoypadMotion.xml

+ 1 - 1
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.