mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Quality of life changes to wgpu/wasm stuff
This commit is contained in:
Vendored
+2
@@ -33,6 +33,7 @@ Event_Kind :: enum u32 {
|
||||
Submit,
|
||||
Blur,
|
||||
Change,
|
||||
HashChange,
|
||||
Select,
|
||||
|
||||
Animation_Start,
|
||||
@@ -112,6 +113,7 @@ event_kind_string := [Event_Kind]string{
|
||||
.Submit = "submit",
|
||||
.Blur = "blur",
|
||||
.Change = "change",
|
||||
.HashChange = "hashchange",
|
||||
.Select = "select",
|
||||
|
||||
.Animation_Start = "animationstart",
|
||||
|
||||
Reference in New Issue
Block a user