You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we only check PrimaryScreenWidth and PrimaryScreenHeight as provided by WPF.
If the user wants Halo to display on a different monitor than the Primary, then all operations on the Primary display's properties (i.e. HXE.Kernel.Invoke(Executable executable, Configuration configuration).Blam().Video(), HXE.OpenSauce.OpenSauceCamera.CalculateFOV()) may be incorrect.
The text was updated successfully, but these errors were encountered:
Currently, we only check
PrimaryScreenWidth
andPrimaryScreenHeight
as provided by WPF.If the user wants Halo to display on a different monitor than the Primary, then all operations on the Primary display's properties (i.e.
HXE.Kernel.Invoke(Executable executable, Configuration configuration).Blam().Video()
,HXE.OpenSauce.OpenSauceCamera.CalculateFOV()
) may be incorrect.The text was updated successfully, but these errors were encountered: