[][src]Trait subor_rs::overlay_manager_s_d_k_services::OverlayExternalServiceSyncHandler

pub trait OverlayExternalServiceSyncHandler {
    fn handle_show_in_game_overlay(&self, arguments: OverlayState) -> Result<()>;
fn handle_take_screen_shot(&self) -> Result<bool>;
fn handle_video_capture(&self, arguments: VideoCaptureState) -> Result<()>; }

Required methods

Loading content...

Implementors

Loading content...