Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/derceg/explorerplusplus
/ IsKeyDown
Function
IsKeyDown
Explorer++/Helper/Helper.cpp:718–723 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
716
}
717
718
bool IsKeyDown(int nVirtKey)
719
{
720
SHORT status = (GetKeyState(nVirtKey) & 0x8000);
721
722
return (status != 0);
723
}
724
725
std::wstring CreateGUID()
726
{
Callers
11
OnPrivateMessage
Method · 0.85
OnTreeViewRightClick
Method · 0.85
OnTreeViewKeyDown
Method · 0.85
OnListViewKeyDown
Method · 0.85
OnListViewRClick
Method · 0.85
OnListViewItemRClick
Method · 0.85
OnListViewDoubleClick
Method · 0.85
DrivesToolbarParentProc
Method · 0.85
OnNotify
Method · 0.85
OnKeyDown
Method · 0.85
OnListViewKeyDown
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected