made WindowManager a static class
This commit is contained in:
@@ -73,7 +73,7 @@ They both can be used just like the [nativ implmentation](https://tweaked.cc/mod
|
||||
## Usage
|
||||
|
||||
```haxe
|
||||
var ctx = WindowManager.instance.createNewBufferedContext();
|
||||
var ctx = WindowManager.createNewBufferedContext();
|
||||
ctx.setCursorPos(0, 0);
|
||||
ctx.setCursorBlink(false);
|
||||
ctx.setBackgroundColor(Blue);
|
||||
|
||||
Reference in New Issue
Block a user