diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-08-28 19:17:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-28 19:17:46 +0200 |
commit | 0980f0f60f083a6ed2fd6e9a6eabd4ade66d9c26 (patch) | |
tree | c8b20555d4a4229d57740759332fd2221df6ce40 /doc/classes | |
parent | 9d72ff591fcdf6fd54a9fd984f31c342ce77d714 (diff) | |
parent | 359c95156ad545e6978e879d242318177c5127bb (diff) |
Merge pull request #41581 from Calinou/doc-media-back-key
Clarify that `KEY_BACK` is unrelated to the Back button on Android
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 570bf191c7..2b1770f12b 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -356,16 +356,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. |