13 lines
257 B
C
13 lines
257 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
#include <reshade.hpp>
|
||
|
|
|
||
|
|
/**
|
||
|
|
* @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);
|