mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
session cursors (WIP).
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user