mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00:00
[RSHELL]
* 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:
parent
78790baf2e
commit
663bc1da24
4 changed files with 20 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue