3 #include <HEKGuerilla/components/tags/fields/vector/vector.h>
6 #include "../generic/generic.h"
21 void TextChangedX(QString text);
28 void TextChangedY(QString text);
35 void TextChangedZ(QString text);
42 void TextChangedW(QString text);
45 QLineEdit* input_control_x =
nullptr;
46 QLineEdit* input_control_y =
nullptr;
47 QLineEdit* input_control_z =
nullptr;
48 QLineEdit* input_control_w =
nullptr;
50 void text_edit_helper(QString text, QLineEdit* input_control,
float* out_value);