keysym as uint32.

This commit is contained in:
Miroslav Šedivý
2021-02-23 21:25:55 +01:00
parent 8f2639412d
commit dc29f71b0c
5 changed files with 53 additions and 53 deletions

View File

@ -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"`
}
/////////////////////////////