Terminal.Gui
1.0.0.0
Public interface to create your own platform specific main loop driver.
To be added.
Method
1.0.0.0
System.Boolean
If set to true wait until an event is available, otherwise return immediately.
Must report whether there are any events pending, or even block waiting for events.
true, if there were pending events, false otherwise.
To be added.
Method
1.0.0.0
System.Void
To be added.
To be added.
Method
1.0.0.0
System.Void
Main loop.
Initializes the main loop driver, gets the calling main loop for the initialization.
To be added.
Method
1.0.0.0
System.Void
Wakes up the mainloop that might be waiting on input, must be thread safe.
To be added.