mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user