new WS ControlRequest data type
This commit is contained in:
@ -51,6 +51,11 @@ type Control struct {
|
||||
ID string `json:"id"`
|
||||
}
|
||||
|
||||
type ControlRequest struct {
|
||||
Event string `json:"event"`
|
||||
KeyboardLayout string `json:"keyboard_layout"`
|
||||
}
|
||||
|
||||
type ControlTarget struct {
|
||||
Event string `json:"event"`
|
||||
ID string `json:"id"`
|
||||
|
Reference in New Issue
Block a user