mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-06-06 23:57:19 +02:00
Increase TouchController.#dispatchMessage timeout time from 10ms to 100ms
This commit is contained in:
parent
43b932f5d6
commit
0cd6106957
@ -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() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user