Kaynağa Gözat

Clarify that `KEY_BACK` is unrelated to the Back button on Android

This closes #19325.

(cherry picked from commit 359c95156ad545e6978e879d242318177c5127bb)
Hugo Locurcio 5 yıl önce
ebeveyn
işleme
a23c0aca87
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4 4
      doc/classes/@GlobalScope.xml

+ 4 - 4
doc/classes/@GlobalScope.xml

@@ -341,16 +341,16 @@
 			Right Direction key.
 		</constant>
 		<constant name="KEY_BACK" value="16777280" enum="KeyList">
-			Back key.
+			Media back key. Not to be confused with the Back button on an Android device.
 		</constant>
 		<constant name="KEY_FORWARD" value="16777281" enum="KeyList">
-			Forward key.
+			Media forward key.
 		</constant>
 		<constant name="KEY_STOP" value="16777282" enum="KeyList">
-			Stop key.
+			Media stop key.
 		</constant>
 		<constant name="KEY_REFRESH" value="16777283" enum="KeyList">
-			Refresh key.
+			Media refresh key.
 		</constant>
 		<constant name="KEY_VOLUMEDOWN" value="16777284" enum="KeyList">
 			Volume down key.