voxelman v0.9.0 (2022-05-10T16:23:35Z)
Dub
Repo
Selection
voxelman
gui
textedit
textmodel
Undocumented in source.
struct
Selection {
Cursor
start
;
Cursor
end
;
Selection
normalized
();
bool
empty
();
}
Members
Functions
empty
bool
empty
()
Undocumented in source. Be warned that the author may not have intended to support it.
normalized
Selection
normalized
()
Returns selection where start <= end
Variables
end
Cursor
end
;
Undocumented in source.
start
Cursor
start
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
gui
textedit
textmodel
aliases
TextViewSettingsRef
enums
EditorCommandFlags
EditorCommandType
functions
emptySelection
interfaces
TextModel
structs
EditorCommand
Selection
TextViewSettings