NumberInputTypeComponent

Undocumented in source.

Members

Functions

addValue
void addValue(float sign)
Undocumented in source. Be warned that the author may not have intended to support it.
attach
void attach(TextInput textInput)
Undocumented in source. Be warned that the author may not have intended to support it.
onBlur
void onBlur()
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseDown
void onMouseDown(MouseDownEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseMove
void onMouseMove(MouseMoveEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
onMouseUp
void onMouseUp(MouseUpEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
updateArrowStates
void updateArrowStates()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Arrow
struct Arrow
Undocumented in source.

Variables

avoidFocusing
bool avoidFocusing;
Undocumented in source.
delta
float delta;
Undocumented in source.
initialValue
float initialValue;
Undocumented in source.
isClick
bool isClick;
Undocumented in source.
leftArrow
Arrow leftArrow;
Undocumented in source.
mouseSensetive
float mouseSensetive;
Undocumented in source.
rightArrow
Arrow rightArrow;
Undocumented in source.
startX
int startX;
Undocumented in source.
startY
int startY;
Undocumented in source.
textInput
TextInput textInput;
Undocumented in source.
value
float value;
Undocumented in source.

Meta