pub type TextAreaOnVirtualKeyDownCallbackType = extern "C" fn(RefAny, CallbackInfo, TextAreaState) -> OnTextInputReturn;Expand description
Invoked on every virtual-key press while the text area is focused (reusing
TextInput’s OnTextInputReturn).