Getting input value from CuiInputFieldComponent?
Discussion in 'Rust Development' started by Kekafeti, Mar 17, 2018.
-
I don't think there is "direct" way of getting it. When you create the input field you can specify the command, when a user presses enter with text in the field it runs that command with the text as an argument. I think it also sends the command when the user clicks out of the field.
-
Great. Thank you