mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-04-22 16:26:41 +00:00
Disable mouse acceleration on Nvidia Shield TV devices
This commit is contained in:
@@ -126,6 +126,15 @@
|
|||||||
<meta-data
|
<meta-data
|
||||||
android:name="android.support.PARENT_ACTIVITY"
|
android:name="android.support.PARENT_ACTIVITY"
|
||||||
android:value="com.limelight.AppView" />
|
android:value="com.limelight.AppView" />
|
||||||
|
|
||||||
|
<!-- Special metadata for NVIDIA Shield devices to prevent input buffering
|
||||||
|
and most importantly, opt out of mouse acceleration while streaming -->
|
||||||
|
<meta-data
|
||||||
|
android:name="com.nvidia.immediateInput"
|
||||||
|
android:value="true" />
|
||||||
|
<meta-data
|
||||||
|
android:name="com.nvidia.rawCursorInput"
|
||||||
|
android:value="true" />
|
||||||
</activity>
|
</activity>
|
||||||
|
|
||||||
<service
|
<service
|
||||||
|
|||||||
Reference in New Issue
Block a user