These are the bindings for the HL ui.hdll library, which contains some low level system access.

Static methods

@:hlNative("ui","ui_close_console")staticcloseConsole():Void

staticdialog(title:String, text:String, flags:EnumFlags<DialogFlags>):Void

@:hlNative("ui","ui_loop")staticloop(blocking:Bool):LoopResult

@:hlNative("ui","ui_stop_loop")staticstopLoop():Void