Home
last modified time | relevance | path

Searched refs:IsLayoutVisible (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/demos/Nw4cDemo/include/
Dframework.h134 bool IsLayoutVisible() { return m_IsLayoutVisible; } in IsLayoutVisible() function
/NW4C-2.0.3/demos/Nw4cDemo/sources/
Dmain.cpp745 if ( !s_FrameStatus.IsLayoutVisible() ) goto layout_end; in DemoScene()