mirror of
https://github.com/yuanyuanxiang/SimpleRemoter.git
synced 2026-01-21 23:13:08 +08:00
Feature: Show screen resolution and client id in popup window
This commit is contained in:
@@ -103,7 +103,8 @@ private:
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
std::vector<MONITORINFOEX> GetAllMonitors()
|
||||
public:
|
||||
static std::vector<MONITORINFOEX> GetAllMonitors()
|
||||
{
|
||||
std::vector<MONITORINFOEX> monitors;
|
||||
EnumDisplayMonitors(nullptr, nullptr, MonitorEnumProc, (LPARAM)&monitors);
|
||||
|
||||
Reference in New Issue
Block a user