diff options
-rw-r--r-- | api/current.xml | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 31d59ec..a327a5c 100644 --- a/api/current.xml +++ b/api/current.xml @@ -171120,6 +171120,61 @@ visibility="public" > </field> +<field name="KEYCODE_USER1" + type="int" + transient="false" + volatile="false" + value="101" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_USER2" + type="int" + transient="false" + volatile="false" + value="102" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_USER3" + type="int" + transient="false" + volatile="false" + value="103" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_USER4" + type="int" + transient="false" + volatile="false" + value="104" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_USER5" + type="int" + transient="false" + volatile="false" + value="105" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="KEYCODE_V" type="int" transient="false" |