split IGraphicsDevice.{Present,PumpInput}

This commit is contained in:
Chris Forbes
2011-05-22 22:10:48 +12:00
parent 77686adc1a
commit 5ecc1ebefc
5 changed files with 16 additions and 5 deletions

View File

@@ -38,7 +38,8 @@ namespace OpenRA.FileFormats.Graphics
int GpuMemoryUsed { get; }
void Clear( Color color );
void Present( IInputHandler inputHandler );
void Present();
void PumpInput(IInputHandler inputHandler);
void DrawPrimitives( PrimitiveType type, int firstVertex, int numVertices );