MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / Height

Method Height

Service/ScreenWindows.cpp:67–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67int CScreenWindows::Height()
68{
69 if(m_Screen.isNull())
70 GetImage(false);
71 if(m_Screen.isNull())
72 return GetSystemMetrics(SM_CYSCREEN);
73 return m_Screen.height();
74}
75
76int CScreenWindows::VirtualTop()
77{

Callers

nothing calls this directly

Calls 1

GetImageFunction · 0.85

Tested by

no test coverage detected