pub type EOS_UI_OnScreenKeyboardRequestedCallbackInfo = _tagEOS_UI_OnScreenKeyboardRequestedCallbackInfo;Expand description
Output parameters for the EOS_UI_AddNotifyOnScreenKeyboardRequested function.
Aliased Type§
#[repr(C)]pub struct EOS_UI_OnScreenKeyboardRequestedCallbackInfo {
pub ClientData: *mut c_void,
pub Type: i32,
}Fields§
§ClientData: *mut c_voidContext that was passed into EOS_UI_AddNotifyOnScreenKeyboardRequested
Type: i32The type of on screen keyboard being requested.