don't really need the full (external) window dimensions, just the client-area stuff

This commit is contained in:
Gered 2013-08-17 17:48:14 -04:00
parent de5d96068a
commit ba5872a1de

View file

@ -7,10 +7,6 @@ namespace Blarg.GameFramework
Rect ClientRectangle { get; }
int ClientWidth { get; }
int ClientHeight { get; }
int X { get; }
int Y { get; }
int Width { get; }
int Height { get; }
}
}