voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
LineEditData
voxelman
gui
textedit
lineedit
Undocumented in source.
@
Component
("gui.LineEditData",
Replication
.
none
)
struct
LineEditData {
TextViewSettings
settings
;
void
delegate
(
string
)
enterHandler
;
GapBuffer
!
char
textData
;
Selection
selection
;
MonoTime
blinkStart
;
}
Members
Variables
blinkStart
MonoTime
blinkStart
;
Undocumented in source.
enterHandler
void
delegate
(
string
)
enterHandler
;
Undocumented in source.
selection
Selection
selection
;
Undocumented in source.
settings
TextViewSettings
settings
;
Undocumented in source.
textData
GapBuffer
!
char
textData
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
gui
textedit
lineedit
structs
LineEdit
LineEditData
LineEditLogic