* Prevent the focused window from receiving keyboard events while a shell menu is open.
CORE-7586

svn path=/branches/shell-experiments/; revision=62935
This commit is contained in:
David Quintana 2014-04-24 11:25:46 +00:00
parent 78790baf2e
commit 663bc1da24
4 changed files with 20 additions and 2 deletions

View file

@ -77,6 +77,8 @@ public:
HRESULT KeyboardItemChange(DWORD changeType);
HRESULT ExecuteItem(INT iItem);
HRESULT IsTrackedItem(INT index);
HRESULT ChangeTrackedItem(INT index, BOOL wasTracking, BOOL mouse);