cursor image as WS event.

This commit is contained in:
Miroslav Šedivý
2021-01-10 12:37:32 +01:00
parent 9782b8391d
commit 589628f6ca
3 changed files with 24 additions and 8 deletions

View File

@ -44,6 +44,10 @@ const (
KEYBOARD_LAYOUT = "keyboard/layout"
)
const (
CURSOR_IMAGE = "cursor/image"
)
const (
BORADCAST_STATUS = "broadcast/status"
)