Skip to content

Commit

Permalink
Update Event.hx (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
nspitko authored Oct 8, 2023
1 parent a2fa213 commit 5772729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/directx/dx/Event.hx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package dx;
}
}

@:enum abstract EventType(Int) {
enum abstract EventType(Int) {
var Quit = 0;
var MouseMove = 1;
var MouseLeave = 2;
Expand All @@ -31,7 +31,7 @@ package dx;
var TextInput = 9;
}

@:enum abstract WindowStateChange(Int) {
enum abstract WindowStateChange(Int) {
var Show = 0;
var Hide = 1;
var Expose = 2;
Expand Down

0 comments on commit 5772729

Please sign in to comment.