1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Track currently hovered zone.

This commit is contained in:
Bartosz Taudul
2019-06-16 17:05:56 +02:00
parent 6e8b5381a5
commit 6a4f7ce1ca
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -263,6 +263,7 @@ private:
int m_memoryAllocHoverWait = 0;
const FrameData* m_frames;
uint32_t m_lockInfoWindow = InvalidId;
ZoneEvent* m_zoneHover = nullptr;
Region m_highlight;
Region m_highlightZoom;