documentation

This commit is contained in:
Djeeberjr 2023-01-28 03:56:32 +01:00
parent 15b7112348
commit 7aa1306077

View File

@ -86,6 +86,9 @@ class WindowManager {
return arr;
}
/**
Move context to output. If output is "main", context will be moved to main screen.
**/
public function focusContextToOutput(context:WindowContext, output:String) {
var target:TermWriteable;
if (output == "main") {