stretchedfixedmode: add resizable interface scaling

This commit is contained in:
Lotto
2018-10-31 20:21:07 +01:00
parent 2ba20c1859
commit 7cf3e3401a
13 changed files with 285 additions and 65 deletions
@@ -32,4 +32,7 @@ public interface RSGameEngine extends GameEngine
{
@Import("canvas")
Canvas getCanvas();
@Import("resizeCanvasNextFrame")
void setResizeCanvasNextFrame(boolean state);
}