mirror of
				https://github.com/redphx/better-xcloud.git
				synced 2025-10-31 05:54:01 +01:00 
			
		
		
		
	Increase TouchController.#dispatchMessage timeout time from 10ms to 100ms
This commit is contained in:
		| @@ -167,7 +167,7 @@ class TouchController { | ||||
|     static #dispatchMessage(msg) { | ||||
|         TouchController.#dataChannel && setTimeout(() => { | ||||
|             TouchController.#dataChannel.dispatchEvent(msg); | ||||
|         }, 10); | ||||
|         }, 100); | ||||
|     } | ||||
|  | ||||
|     static setup() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 redphx
					redphx