Stretched Fixed Mode Plugin: Add Integer Scaling option (#2863)
Forces integer scale factor by rounding stretched dimensions towards zero.
This commit is contained in:
committed by
Tomas Slusny
parent
108f441f23
commit
d2871d925c
@@ -329,6 +329,8 @@ public interface Client extends GameEngine
|
||||
|
||||
void setStretchedFast(boolean state);
|
||||
|
||||
void setStretchedIntegerScaling(boolean state);
|
||||
|
||||
void setStretchedKeepAspectRatio(boolean state);
|
||||
|
||||
Dimension getStretchedDimensions();
|
||||
|
||||
Reference in New Issue
Block a user