mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Use fixed orientation to prevent rendering issues
This commit is contained in:
@@ -6,5 +6,6 @@ public interface IDeviceAdapter {
|
||||
boolean isTablet();
|
||||
String getDownloadsDir();
|
||||
boolean openFile(String filename);
|
||||
void setLandscapeMode(boolean landscapeMode);
|
||||
void exit();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user