session cursors (WIP).

This commit is contained in:
Miroslav Šedivý
2021-10-26 18:02:01 +02:00
parent 3227e691ea
commit cae092fb20
8 changed files with 156 additions and 3 deletions

View File

@ -249,9 +249,10 @@
}
onMouseMove(e: MouseEvent) {
if (!this.isControling) {
return
}
// TODO: Send less events if not controlling.
//if (!this.isControling) {
// return
//}
this.setMousePos(e)
}