MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / visible

Method visible

TranslucentTB/windows/window.hpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145 }
146
147 inline bool visible() const noexcept
148 {
149 return IsWindowVisible(m_WindowHandle);
150 }
151
152 inline bool active() const noexcept
153 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected