Skip to main content

EOS_UI_OnDisplaySettingsUpdatedCallbackInfo

Type Alias EOS_UI_OnDisplaySettingsUpdatedCallbackInfo 

Source
pub type EOS_UI_OnDisplaySettingsUpdatedCallbackInfo = _tagEOS_UI_OnDisplaySettingsUpdatedCallbackInfo;
Expand description

Output parameters for the EOS_UI_AddNotifyDisplaySettingsUpdated function.

Aliased Type§

#[repr(C)]
pub struct EOS_UI_OnDisplaySettingsUpdatedCallbackInfo { pub ClientData: *mut c_void, pub bIsVisible: i32, pub bIsExclusiveInput: i32, }

Fields§

§ClientData: *mut c_void

Context that was passed into EOS_UI_AddNotifyDisplaySettingsUpdated

§bIsVisible: i32

True when any portion of the overlay is visible.

§bIsExclusiveInput: i32

True when the overlay has switched to exclusive input mode. While in exclusive input mode, no keyboard or mouse input will be sent to the game.