mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 20:40:28 +00:00
Add fmt tags
This commit is contained in:
8
vendor/wasm/js/events.odin
vendored
8
vendor/wasm/js/events.odin
vendored
@@ -235,10 +235,10 @@ Event :: struct {
|
||||
|
||||
repeat: bool,
|
||||
|
||||
_key_len: int,
|
||||
_code_len: int,
|
||||
_key_buf: [KEYBOARD_MAX_KEY_SIZE]byte,
|
||||
_code_buf: [KEYBOARD_MAX_KEY_SIZE]byte,
|
||||
_key_len: int `fmt:"-"`,
|
||||
_code_len: int `fmt:"-"`,
|
||||
_key_buf: [KEYBOARD_MAX_KEY_SIZE]byte `fmt:"-"`,
|
||||
_code_buf: [KEYBOARD_MAX_KEY_SIZE]byte `fmt:"-"`,
|
||||
},
|
||||
|
||||
mouse: struct {
|
||||
|
||||
Reference in New Issue
Block a user