mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
keysym as uint32.
This commit is contained in:
@ -118,7 +118,7 @@ type ControlScroll struct {
|
||||
// TODO: New.
|
||||
type ControlKey struct {
|
||||
Event string `json:"event,omitempty"`
|
||||
Key uint64 `json:"key"`
|
||||
Key uint32 `json:"key"`
|
||||
}
|
||||
|
||||
/////////////////////////////
|
||||
|
Reference in New Issue
Block a user