Add support for retina displays on OSX.
This commit is contained in:
@@ -43,6 +43,8 @@ namespace OpenRA
|
||||
IShader CreateShader(string name);
|
||||
|
||||
Size WindowSize { get; }
|
||||
float WindowScale { get; }
|
||||
event Action<float, float> OnWindowScaleChanged;
|
||||
|
||||
void Clear();
|
||||
void Present();
|
||||
|
||||
Reference in New Issue
Block a user