mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Add fmt tags
This commit is contained in:
Vendored
+4
-4
@@ -235,10 +235,10 @@ Event :: struct {
|
|||||||
|
|
||||||
repeat: bool,
|
repeat: bool,
|
||||||
|
|
||||||
_key_len: int,
|
_key_len: int `fmt:"-"`,
|
||||||
_code_len: int,
|
_code_len: int `fmt:"-"`,
|
||||||
_key_buf: [KEYBOARD_MAX_KEY_SIZE]byte,
|
_key_buf: [KEYBOARD_MAX_KEY_SIZE]byte `fmt:"-"`,
|
||||||
_code_buf: [KEYBOARD_MAX_KEY_SIZE]byte,
|
_code_buf: [KEYBOARD_MAX_KEY_SIZE]byte `fmt:"-"`,
|
||||||
},
|
},
|
||||||
|
|
||||||
mouse: struct {
|
mouse: struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user