Clarify that KEY_BACK is unrelated to the Back button on Android

This closes #19325.
This commit is contained in:
Hugo Locurcio 2020-08-28 17:10:08 +02:00
parent a258180723
commit 359c95156a
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -356,16 +356,16 @@
Right Direction key. Right Direction key.
</constant> </constant>
<constant name="KEY_BACK" value="16777280" enum="KeyList"> <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>
<constant name="KEY_FORWARD" value="16777281" enum="KeyList"> <constant name="KEY_FORWARD" value="16777281" enum="KeyList">
Forward key. Media forward key.
</constant> </constant>
<constant name="KEY_STOP" value="16777282" enum="KeyList"> <constant name="KEY_STOP" value="16777282" enum="KeyList">
Stop key. Media stop key.
</constant> </constant>
<constant name="KEY_REFRESH" value="16777283" enum="KeyList"> <constant name="KEY_REFRESH" value="16777283" enum="KeyList">
Refresh key. Media refresh key.
</constant> </constant>
<constant name="KEY_VOLUMEDOWN" value="16777284" enum="KeyList"> <constant name="KEY_VOLUMEDOWN" value="16777284" enum="KeyList">
Volume down key. Volume down key.