Skip to main content

EOS_UI_PrePresentOptions

Type Alias EOS_UI_PrePresentOptions 

Source
pub type EOS_UI_PrePresentOptions = _tagEOS_UI_PrePresentOptions;
Expand description

Parameters for the EOS_UI_PrePresent function.

Aliased Type§

#[repr(C)]
pub struct EOS_UI_PrePresentOptions { pub ApiVersion: i32, pub PlatformSpecificData: *const c_void, }

Fields§

§ApiVersion: i32

API Version: Set this to EOS_UI_PREPRESENT_API_LATEST.

§PlatformSpecificData: *const c_void

Platform specific data.