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

Fix window focus issues when navigating with WSAD.

This commit is contained in:
Bartosz Taudul
2022-10-26 19:33:04 +02:00
parent 7eba104e12
commit 0eef0a8313
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -277,6 +277,7 @@ private:
void HandleRange( Range& range, int64_t timespan, const ImVec2& wpos, float w );
void HandleTimelineMouse( int64_t timespan, const ImVec2& wpos, float w, double& pxns );
void HandleTimelineKeyboard( int64_t timespan, const ImVec2& wpos, float w );
void AddAnnotation( int64_t start, int64_t end );