mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
always save inactive cursor.
This commit is contained in:
parent
cd8d0da96a
commit
077105332f
@ -263,7 +263,9 @@
|
|||||||
onMouseMove(e: MouseEvent) {
|
onMouseMove(e: MouseEvent) {
|
||||||
if (this.isControling) {
|
if (this.isControling) {
|
||||||
this.sendMousePos(e)
|
this.sendMousePos(e)
|
||||||
} else if (this.inactiveCursors) {
|
}
|
||||||
|
|
||||||
|
if (this.inactiveCursors) {
|
||||||
this.saveInactiveMousePos(e)
|
this.saveInactiveMousePos(e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user