FreeRDP
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 
27 int sdl_list_monitors(SdlContext* sdl);
28 BOOL sdl_detect_monitors(SdlContext* sdl, UINT32* pMaxWidth, UINT32* ppMaxHeight);
29 INT64 sdl_monitor_id_for_index(SdlContext* sdl, UINT32 index);