Stretched Fixed Mode Plugin: Add Integer Scaling option (#2863)

Forces integer scale factor by rounding stretched dimensions towards zero.
This commit is contained in:
BeefaloKing
2018-05-25 08:21:37 +02:00
committed by Tomas Slusny
parent 108f441f23
commit d2871d925c
4 changed files with 36 additions and 0 deletions
@@ -329,6 +329,8 @@ public interface Client extends GameEngine
void setStretchedFast(boolean state);
void setStretchedIntegerScaling(boolean state);
void setStretchedKeepAspectRatio(boolean state);
Dimension getStretchedDimensions();