Function scene_manager_previous_scene
Source pub unsafe extern "C" fn scene_manager_previous_scene(
scene_manager: *mut SceneManager,
) -> bool
Expand description
Run previous Scene
§Arguments
scene_manager - SceneManager instance
§Returns
true if previous scene was found, false otherwise