Skip to main content

EOS_UI_OnScreenKeyboardRequestedCallbackInfo

Type Alias EOS_UI_OnScreenKeyboardRequestedCallbackInfo 

Source
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_void

Context that was passed into EOS_UI_AddNotifyOnScreenKeyboardRequested

§Type: i32

The type of on screen keyboard being requested.