dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
OnConsoleResize
dlangui
platforms
ansi_console
dconsole
Undocumented in source.
static if
(
BACKEND_CONSOLE
)
interface
OnConsoleResize {
bool
onResize
(int width, int height);
}
Members
Functions
onResize
bool
onResize
(int width, int height)
Undocumented in source.
Meta
Source
See Implementation
dlangui
platforms
ansi_console
dconsole
classes
Console
enums
ConsoleCursorType
TextColor
functions
setSignalHandlers
signalHandler_SIGHUP
interfaces
OnConsoleResize
OnInputIdle
OnKeyEvent
OnMouseEvent
static variables
SIGHUP_flag
structs
ConsoleBuf
ConsoleChar
variables
CONSOLE_TRANSPARENT_BACKGROUND
UNKNOWN_CHAR