mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 12:56:42 +02: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