Merge pull request #4008 from Daxode/wasm-quality-of-life

Quality of Life changes to wgpu/js
This commit is contained in:
Laytan
2024-08-02 13:51:47 +02:00
committed by GitHub
2 changed files with 3 additions and 6 deletions
+2
View File
@@ -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",