rpui ~master (2020-04-28T04:53:54Z)
Dub
Repo
TextInput.Measure
rpui
widgets
text_input
widget
TextInput
Undocumented in source.
class
TextInput
package
struct
Measure {
float
textWidth
;
float
lineHeight
;
float
textTopMargin
;
float
textLeftMargin
;
float
textRightMargin
;
float
prefixWidth
;
float
postfixWidth
;
float
carriageBoundary
;
vec2
textRelativePosition
;
float
arrowsAreaWidth
;
}
Members
Variables
arrowsAreaWidth
float
arrowsAreaWidth
;
Undocumented in source.
carriageBoundary
float
carriageBoundary
;
Undocumented in source.
lineHeight
float
lineHeight
;
Undocumented in source.
postfixWidth
float
postfixWidth
;
Undocumented in source.
prefixWidth
float
prefixWidth
;
Undocumented in source.
textLeftMargin
float
textLeftMargin
;
Undocumented in source.
textRelativePosition
vec2
textRelativePosition
;
Undocumented in source.
textRightMargin
float
textRightMargin
;
Undocumented in source.
textTopMargin
float
textTopMargin
;
Undocumented in source.
textWidth
float
textWidth
;
Undocumented in source.
Meta
Source
See Implementation
rpui
widgets
text_input
widget
TextInput
constructors
this
enums
InputType
functions
isNumberMode
onBlur
onCreate
onCursor
onDblClick
onFocus
onKeyPressed
onMouseDown
onMouseMove
onMouseUp
onProgress
onTextEntered
onTripleClick
updateSize
properties
inputType
selectedText
text
structs
Measure
variables
autoSelectOnFocus
displaySlider
editComponent
maxValue
measure
minValue
numberInputTypeComponent
numberStep
postfix
prefix
softPostfix
textAlign