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

Also extract (and rename) timeline mouse handling.

This commit is contained in:
Bartosz Taudul
2022-07-02 15:42:01 +02:00
parent 889e643d2a
commit d9ce848bb0
3 changed files with 145 additions and 144 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ private:
void DrawGpuInfoChildren( const V& children, int64_t ztime );
void HandleRange( Range& range, int64_t timespan, const ImVec2& wpos, float w );
void HandleZoneViewMouse( int64_t timespan, const ImVec2& wpos, float w, double& pxns );
void HandleTimelineMouse( int64_t timespan, const ImVec2& wpos, float w, double& pxns );
void AddAnnotation( int64_t start, int64_t end );