mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
update KeyboardModifiers WebSocket struct.
This commit is contained in:
parent
ab34f4a53f
commit
c862711e6a
@ -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 New Issue
Block a user