mirror of
https://github.com/m1k1o/neko.git
synced 2025-08-04 01:09:27 +02:00
edit control event as host.
This commit is contained in:
parent
147aa0e1a3
commit
8cce32c73c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const (
|
|||
CONTROL_GIVE = "control/give" // TODO: Remove.
|
||||
CONTROL_CLIPBOARD = "control/clipboard" // TODO: Remove.
|
||||
CONTROL_KEYBOARD = "control/keyboard" // TODO: Remove.
|
||||
CONTROL_UPDATED = "control/updated" // TODO: New.
|
||||
CONTROL_HOST = "control/host" // TODO: New.
|
||||
CONTROL_RELEASE = "control/release"
|
||||
CONTROL_REQUEST = "control/request"
|
||||
CONTROL_MOVE = "control/move" // TODO: New. (fallback)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue