mirror of
https://github.com/m1k1o/neko.git
synced 2025-07-30 23:09:01 +02:00
add sessions cursors.
This commit is contained in:
parent
318b833b30
commit
0b5e064cab
7 changed files with 97 additions and 29 deletions
|
@ -52,7 +52,7 @@ func (manager *WebRTCManagerCtx) handle(data []byte, session types.Session) erro
|
|||
|
||||
// handle inactive cursor movement
|
||||
if session.Profile().CanHost {
|
||||
session.SetPosition(x, y)
|
||||
session.SetCursor(x, y)
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue