Skip to main content

TextAreaOnVirtualKeyDownCallbackType

Type Alias TextAreaOnVirtualKeyDownCallbackType 

Source
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).