mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
add sessions cursors.
This commit is contained in:
@ -87,6 +87,12 @@ type SessionData struct {
|
||||
State types.SessionState `json:"state"`
|
||||
}
|
||||
|
||||
type SessionCursor struct {
|
||||
ID string `json:"id"`
|
||||
X uint16 `json:"x"`
|
||||
Y uint16 `json:"y"`
|
||||
}
|
||||
|
||||
/////////////////////////////
|
||||
// Control
|
||||
/////////////////////////////
|
||||
|
Reference in New Issue
Block a user