update KeyboardModifiers WebSocket struct.
This commit is contained in:
parent
ab34f4a53f
commit
c862711e6a
1 changed files with 3 additions and 4 deletions
|
|
@ -152,10 +152,9 @@ type KeyboardMap struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
type KeyboardModifiers struct {
|
type KeyboardModifiers struct {
|
||||||
Event string `json:"event,omitempty"`
|
Event string `json:"event,omitempty"`
|
||||||
CapsLock *bool `json:"caps_lock"`
|
CapsLock *bool `json:"capslock"`
|
||||||
NumLock *bool `json:"num_lock"`
|
NumLock *bool `json:"numlock"`
|
||||||
ScrollLock *bool `json:"scroll_lock"`
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/////////////////////////////
|
/////////////////////////////
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue