mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-06 15:56:29 +02:00
Add DesktopProcess and start-gui command for launching GUI mode
This commit is contained in:
@@ -85,6 +85,12 @@ public sealed class Window(string title, int processId, int id, IRenderSource re
|
||||
return uiElement;
|
||||
}
|
||||
|
||||
public void Invalidate()
|
||||
{
|
||||
isFirstRender = true;
|
||||
Flush();
|
||||
}
|
||||
|
||||
public void Flush()
|
||||
{
|
||||
if (!IsVisible)
|
||||
|
||||
Reference in New Issue
Block a user