allow feedback on window size; ask glfw how big a window we *actually* got.
This commit is contained in:
@@ -28,6 +28,8 @@ namespace OpenRa.FileFormats.Graphics
|
||||
|
||||
IShader CreateShader( Stream stream );
|
||||
|
||||
Size WindowSize { get; }
|
||||
|
||||
void Begin();
|
||||
void End();
|
||||
void Clear( Color color );
|
||||
|
||||
Reference in New Issue
Block a user