dlangui.platforms.ansi_console.dconsole

Undocumented in source.

Public Imports

dlangui.core.config
public import dlangui.core.config;
Undocumented in source.

Members

Classes

Console
class Console

console I/O support

Enums

ConsoleCursorType
enum ConsoleCursorType

console cursor type

TextColor
enum TextColor
Undocumented in source.

Functions

setSignalHandlers
void setSignalHandlers()
Undocumented in source. Be warned that the author may not have intended to support it.
signalHandler_SIGHUP
void signalHandler_SIGHUP(int )
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

OnConsoleResize
interface OnConsoleResize
Undocumented in source.
OnInputIdle
interface OnInputIdle
Undocumented in source.
OnKeyEvent
interface OnKeyEvent

interface - slot for onKey

OnMouseEvent
interface OnMouseEvent

interface - slot for onMouse

Static variables

SIGHUP_flag
bool SIGHUP_flag;
Undocumented in source.

Structs

ConsoleBuf
struct ConsoleBuf
Undocumented in source.
ConsoleChar
struct ConsoleChar
Undocumented in source.

Variables

CONSOLE_TRANSPARENT_BACKGROUND
ubyte CONSOLE_TRANSPARENT_BACKGROUND;
Undocumented in source.
UNKNOWN_CHAR
ConsoleChar UNKNOWN_CHAR;
Undocumented in source.

Meta