mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Allow checking whether View was active.
Currently this only checks if client connection is active.
This commit is contained in:
@@ -96,6 +96,7 @@ public:
|
||||
~View();
|
||||
|
||||
static bool Draw();
|
||||
bool WasActive() const;
|
||||
|
||||
void NotifyRootWindowSize( float w, float h ) { m_rootWidth = w; m_rootHeight = h; }
|
||||
void ViewSource( const char* fileName, int line );
|
||||
|
||||
Reference in New Issue
Block a user