skia2/tools/sk_app
Brian Osman bb4b20a265 Keep animation running while moving the mouse in viewer (on Windows)
Animated slides (like addarc) would appear to pause while dragging the
mouse around. This was because the message queue was never empty - we
would just alternate handling WM_MOUSEMOVE and WM_PAINT messages. Forcing
an onIdle before each onPaint appears to fix the problem.

Bug: skia:
Change-Id: I1d19f83c2cf480f327420a2682a074213847d062
Reviewed-on: https://skia-review.googlesource.com/80620
Reviewed-by: Greg Daniel <egdaniel@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2017-12-05 15:39:01 +00:00
..
android Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
ios Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
mac Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
unix Move some bits from views to sk_app 2017-12-01 14:47:10 +00:00
win Keep animation running while moving the mouse in viewer (on Windows) 2017-12-05 15:39:01 +00:00
Application.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
CommandSet.cpp Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
CommandSet.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
DisplayParams.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
GLWindowContext.cpp Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
GLWindowContext.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
RasterWindowContext.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
VulkanWindowContext.cpp Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
VulkanWindowContext.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
Window.cpp Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
Window.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00
WindowContext.h Remove SampleApp and convert HelloWorld to sk_app 2017-11-21 18:37:19 +00:00