Add VSync setting.
This commit is contained in:
@@ -427,6 +427,11 @@ namespace OpenRA
|
||||
Window.Dispose();
|
||||
}
|
||||
|
||||
public void SetVSyncEnabled(bool enabled)
|
||||
{
|
||||
Window.Context.SetVSyncEnabled(enabled);
|
||||
}
|
||||
|
||||
public string GetClipboardText()
|
||||
{
|
||||
return Window.GetClipboardText();
|
||||
|
||||
Reference in New Issue
Block a user