FreeRDP
Loading...
Searching...
No Matches
SDL3/sdl_monitor.hpp
1
20#pragma once
21
22#include <freerdp/api.h>
23#include <freerdp/freerdp.h>
24
25#include "sdl_types.hpp"
26
27int sdl_list_monitors(SdlContext* sdl);
28BOOL sdl_detect_monitors(SdlContext* sdl, UINT32* pMaxWidth, UINT32* ppMaxHeight);