stretchedfixedmode: add resizable interface scaling

This commit is contained in:
Lotto
2018-10-21 17:56:22 +02:00
parent 2ba20c1859
commit 7cf3e3401a
13 changed files with 285 additions and 65 deletions

View File

@@ -32,4 +32,7 @@ public interface RSGameEngine extends GameEngine
{
@Import("canvas")
Canvas getCanvas();
@Import("resizeCanvasNextFrame")
void setResizeCanvasNextFrame(boolean state);
}