mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-06 13:18:27 +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) {
|
static #dispatchMessage(msg) {
|
||||||
TouchController.#dataChannel && setTimeout(() => {
|
TouchController.#dataChannel && setTimeout(() => {
|
||||||
TouchController.#dataChannel.dispatchEvent(msg);
|
TouchController.#dataChannel.dispatchEvent(msg);
|
||||||
}, 10);
|
}, 100);
|
||||||
}
|
}
|
||||||
|
|
||||||
static setup() {
|
static setup() {
|
||||||
|
Reference in New Issue
Block a user