Ver Fonte

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

Yuxiao Mao há 2 anos atrás
pai
commit
c397ca735e
1 ficheiros alterados com 1 adições e 1 exclusões
  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