Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ac1cb6d56b | |||
| dfbffea0fc |
+2
-2
@@ -7,8 +7,8 @@ android {
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 30
|
||||
|
||||
versionName "9.7.5"
|
||||
versionCode = 245
|
||||
versionName "9.7.6"
|
||||
versionCode = 246
|
||||
}
|
||||
|
||||
flavorDimensions "root"
|
||||
|
||||
@@ -126,6 +126,15 @@
|
||||
<meta-data
|
||||
android:name="android.support.PARENT_ACTIVITY"
|
||||
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>
|
||||
|
||||
<service
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
- Enabled raw mouse input on the Nvidia Shield TV to avoid mouse acceleration
|
||||
Reference in New Issue
Block a user