Explorar o código

Update Event.hx (#625)

Spitko hai 1 ano
pai
achega
577272946d
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      libs/directx/dx/Event.hx

+ 2 - 2
libs/directx/dx/Event.hx

@@ -18,7 +18,7 @@ package dx;
 	}
 }
 
-@:enum abstract EventType(Int) {
+enum abstract EventType(Int) {
 	var Quit		= 0;
 	var MouseMove	= 1;
 	var MouseLeave	= 2;
@@ -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;