mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-18 12:30:28 +00:00
sys/orca: add missing using
This commit is contained in:
@@ -1607,7 +1607,7 @@ mouse_state :: struct {
|
||||
wheel: vec2,
|
||||
using _: struct #raw_union {
|
||||
buttons: [5]key_state,
|
||||
_: struct {
|
||||
using _: struct {
|
||||
left: key_state,
|
||||
right: key_state,
|
||||
middle: key_state,
|
||||
|
||||
Reference in New Issue
Block a user