소스 검색

Merge pull request #87677 from Mickeon/3.x-oooh-Reduz-of-the-past-You're-so-quirky

[3.x] Mention InputEventJoypadButton's pressure not working
Rémi Verschelde 1 년 전
부모
커밋
8b3eb38791
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      doc/classes/InputEventJoypadButton.xml

+ 1 - 0
doc/classes/InputEventJoypadButton.xml

@@ -20,6 +20,7 @@
 		</member>
 		</member>
 		<member name="pressure" type="float" setter="set_pressure" getter="get_pressure" default="0.0">
 		<member name="pressure" type="float" setter="set_pressure" getter="get_pressure" default="0.0">
 			Represents the pressure the user puts on the button with their finger, if the controller supports it. Ranges from [code]0[/code] to [code]1[/code].
 			Represents the pressure the user puts on the button with their finger, if the controller supports it. Ranges from [code]0[/code] to [code]1[/code].
+			[b]Note:[/b] This property is never set by the engine and is always [code]0[/code].
 		</member>
 		</member>
 	</members>
 	</members>
 	<constants>
 	<constants>