Properly split touch events between regions outside the StreamView and the OSC

This restores the ability to use area outside the StreamView for the virtual trackpad and adds the ability to use OSC and the non-StreamView region for input at the same time.

Fixes #1129
This commit is contained in:
Cameron Gutman
2022-09-20 22:29:54 -05:00
parent 2c498ce707
commit e1c0472069
2 changed files with 21 additions and 0 deletions

View File

@@ -4,6 +4,12 @@
android:layout_height="match_parent"
tools:context=".Game" >
<View
android:id="@+id/backgroundTouchView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center" />
<com.limelight.ui.StreamView
android:id="@+id/surfaceView"
android:layout_width="match_parent"