desktop control websocket.

This commit is contained in:
Miroslav Šedivý
2022-01-30 01:25:04 +01:00
parent 0d6335ebcd
commit fcc85aa9d6
4 changed files with 100 additions and 6 deletions

View File

@ -114,9 +114,8 @@ type ControlScroll struct {
Y int16 `json:"y"`
}
// TODO: New.
type ControlKey struct {
Key uint32 `json:"key"`
Keysym uint32 `json:"keysym"`
}
/////////////////////////////