#pragma once #include /** * @brief Retrieves Display mode. * * This function should be calld on event `on_present` * * @param swapchain retrieved from on_present event */ bool IsExclusiveFullscreen(reshade::api::swapchain* swapchain);