MCPcopy Create free account
hub / github.com/deskflow/deskflow / getShape

Method getShape

src/lib/platform/XWindowsScreen.cpp:451–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

449}
450
451void XWindowsScreen::getShape(int32_t &x, int32_t &y, int32_t &w, int32_t &h) const
452{
453 x = m_x;
454 y = m_y;
455 w = m_w;
456 h = m_h;
457}
458
459void XWindowsScreen::getCursorPos(int32_t &x, int32_t &y) const
460{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected