Everything support

This commit is contained in:
Paddy Xu
2017-06-15 21:08:24 +03:00
parent c1b17bb756
commit bda5a38df1
10 changed files with 121 additions and 16 deletions

View File

@@ -24,10 +24,11 @@ class Shell32
public:
enum FocusedWindowType
{
INVALID = 0,
DESKTOP = 1,
EXPLORER = 2,
DIALOG = 3,
INVALID,
DESKTOP,
EXPLORER,
DIALOG,
EVERYTHING,
};
static FocusedWindowType GetFocusedWindowType();