Hide Shortcut Guide when screenshots are taken (#605)

This commit is contained in:
Bartosz Sosnowski
2019-10-31 10:26:24 +01:00
committed by GitHub
parent b767773742
commit e6afd33621
5 changed files with 22 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ public:
~D2DOverlayWindow();
void apply_overlay_opacity(float opacity);
void set_theme(const std::wstring& theme);
void quick_hide();
private:
void animate(int vk_code, int offset);
bool show_thumbnail(const RECT& rect, double alpha);