Android: add IR pointer modes to InputOverlayPointer

* Disabled: disables the overlay pointer
* Follow: default behaviour, IR pointer follows touch position
* Drag: IR pointer moves relative to the initial touch event position
This commit is contained in:
lynxnb
2022-01-15 19:44:11 +01:00
parent e8bbfc26fe
commit fe9ac4ed1d
9 changed files with 117 additions and 27 deletions

View File

@ -433,6 +433,12 @@
<item>Right Stick</item>
</string-array>
<string-array name="irModeEntries">
<item>Disabled</item>
<item>Follow</item>
<item>Drag</item>
</string-array>
<string-array name="doubleTap">
<item>Button A</item>
<item>Button B</item>