class WindowsAPI
package funkin.windows
Class for Windows-only functions, such as transparent windows, message boxes, and more. Does not have any effect on other platforms.
Static methods
staticsetConsoleColors(foregroundColor:ConsoleColor = LIGHTGRAY, backgroundColor:ConsoleColor = BLACK):Void
Sets the console colors
staticshowMessageBox(caption:String, message:String, icon:MessageBoxIcon = MSG_WARNING):Void
Shows a message box