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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user