diff options
| author | 2010-07-13 17:46:19 -0700 | |
|---|---|---|
| committer | 2010-07-13 17:46:19 -0700 | |
| commit | 89ee578b7053d27a50922f82feb94bf6054b330c (patch) | |
| tree | 3f2c9fc609c55f5ab037d7ffaf7ec31f261904a2 /api/current.xml | |
| parent | 706623ddb8314850c0551f0b66e24b5f0bd28620 (diff) | |
| parent | fd03582995e0fce963dd0fa0669e3211b74c0dd7 (diff) | |
am fd035829: Add initial gamepad support.
Merge commit 'fd03582995e0fce963dd0fa0669e3211b74c0dd7' into gingerbread-plus-aosp
* commit 'fd03582995e0fce963dd0fa0669e3211b74c0dd7':
Add initial gamepad support.
Diffstat (limited to 'api/current.xml')
| -rw-r--r-- | api/current.xml | 165 |
1 files changed, 165 insertions, 0 deletions
diff --git a/api/current.xml b/api/current.xml index 321546626f09..e38818c97aed 100644 --- a/api/current.xml +++ b/api/current.xml @@ -174308,6 +174308,171 @@ visibility="public" > </field> +<field name="KEYCODE_BUTTON_A" + type="int" + transient="false" + volatile="false" + value="96" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_B" + type="int" + transient="false" + volatile="false" + value="97" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_C" + type="int" + transient="false" + volatile="false" + value="98" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_L1" + type="int" + transient="false" + volatile="false" + value="102" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_L2" + type="int" + transient="false" + volatile="false" + value="104" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_MODE" + type="int" + transient="false" + volatile="false" + value="110" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_R1" + type="int" + transient="false" + volatile="false" + value="103" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_R2" + type="int" + transient="false" + volatile="false" + value="105" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_SELECT" + type="int" + transient="false" + volatile="false" + value="109" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_START" + type="int" + transient="false" + volatile="false" + value="108" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_THUMBL" + type="int" + transient="false" + volatile="false" + value="106" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_THUMBR" + type="int" + transient="false" + volatile="false" + value="107" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_X" + type="int" + transient="false" + volatile="false" + value="99" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_Y" + type="int" + transient="false" + volatile="false" + value="100" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> +<field name="KEYCODE_BUTTON_Z" + type="int" + transient="false" + volatile="false" + value="101" + static="true" + final="true" + deprecated="not deprecated" + visibility="public" +> +</field> <field name="KEYCODE_C" type="int" transient="false" |