Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf@nereid.pl>2022-10-26 20:33:04 +0300
committerBartosz Taudul <wolf@nereid.pl>2022-10-26 20:33:04 +0300
commit0eef0a8313d5fb9c91178907d2d39e8d2c97bbdf (patch)
treed78690ec424f4339b49ded5c10f609be043aef32 /server/TracyView.hpp
parent7eba104e127f3172722fa385b0e3e1fe9c220409 (diff)
Fix window focus issues when navigating with WSAD.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index ad37c0b5..8b07740a 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -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 );