use of gaiasky.util.Settings.ScreenshotSettings in project gaiasky by langurmonkey.
the class EventScriptingInterface method saveScreenshot.
@Override
public void saveScreenshot() {
ScreenshotSettings ss = Settings.settings.screenshot;
em.post(Event.SCREENSHOT_CMD, this, ss.resolution[0], ss.resolution[1], ss.location);
}
Aggregations