Support mouse gestures when active tracing is enabled (#1064)

* Make the pointer follow the mouse

* Only render when necessary

* Move trace rendering to background thread
This commit is contained in:
Pepe Rivera
2020-03-16 11:54:19 -07:00
committed by GitHub
parent f527dce88d
commit 76fa670f92
4 changed files with 121 additions and 7 deletions

View File

@@ -333,6 +333,7 @@ public
bool m_KeysPressed[5];
bool m_Moving;
Windows::UI::Xaml::DispatcherTimer ^ m_TracingTrackingTimer;
Windows::UI::Core::CoreCursor ^ m_cachedCursor;
public:
Windows::Storage::Streams::RandomAccessStreamReference ^ GetGraphBitmapStream();