voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
MessageWindow
voxelman
utils
messagewindow
Undocumented in source.
struct
MessageWindow {
import
voxelman
.
utils
.
linebuffer
:
LineBuffer
;
;
LineBuffer
lineBuffer
;
char
[]
inputBuf
;
void
delegate
(
string
command
)
messageHandler
;
void
init
();
void
draw
(bool drawBorder);
}
Alias This
lineBuffer
Members
Functions
draw
void
draw
(bool drawBorder)
Undocumented in source. Be warned that the author may not have intended to support it.
init
void
init
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
inputBuf
char
[]
inputBuf
;
Undocumented in source.
lineBuffer
LineBuffer
lineBuffer
;
Undocumented in source.
messageHandler
void
delegate
(
string
command
)
messageHandler
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
utils
messagewindow
structs
MessageWindow