瀏覽代碼

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

Yuxiao Mao 2 年之前
父節點
當前提交
c397ca735e
共有 1 個文件被更改,包括 1 次插入1 次删除
  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