Explorar o código

Let Window.isFocused return true when usesys. (#1155)

Yuxiao Mao %!s(int64=2) %!d(string=hai) anos
pai
achega
c397ca735e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hxd/Window.hl.hx

+ 1 - 1
hxd/Window.hl.hx

@@ -567,7 +567,7 @@ class Window {
 		return haxe.System.vsync = b;
 	}
 
-	function get_isFocused() : Bool return false;
+	function get_isFocused() : Bool return true;
 
 	#else