rpui ~master (2020-04-28T04:53:54Z)
Dub
Repo
NumberInputTypeComponent.Arrow
rpui
widgets
text_input
number_input_type_component
NumberInputTypeComponent
Undocumented in source.
struct
NumberInputTypeComponent
struct
Arrow {
vec2
absolutePosition
;
Rect
area
;
bool
isEnter
;
inout
(
State
)
state
[@property getter];
}
Members
Properties
state
inout
(
State
)
state
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
absolutePosition
vec2
absolutePosition
;
Undocumented in source.
area
Rect
area
;
Undocumented in source.
isEnter
bool
isEnter
;
Undocumented in source.
Meta
Source
See Implementation
rpui
widgets
text_input
number_input_type_component
NumberInputTypeComponent
functions
addValue
attach
onBlur
onMouseDown
onMouseMove
onMouseUp
updateArrowStates
structs
Arrow
variables
avoidFocusing
delta
initialValue
isClick
leftArrow
mouseSensetive
rightArrow
startX
startY
textInput
value