Parcourir la source

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

Yuxiao Mao il y a 2 ans
Parent
commit
c397ca735e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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