MCPcopy 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
718bool IsKeyDown(int nVirtKey)
719{
720 SHORT status = (GetKeyState(nVirtKey) & 0x8000);
721
722 return (status != 0);
723}
724
725std::wstring CreateGUID()
726{

Callers 11

OnPrivateMessageMethod · 0.85
OnTreeViewRightClickMethod · 0.85
OnTreeViewKeyDownMethod · 0.85
OnListViewKeyDownMethod · 0.85
OnListViewRClickMethod · 0.85
OnListViewItemRClickMethod · 0.85
OnListViewDoubleClickMethod · 0.85
OnNotifyMethod · 0.85
OnKeyDownMethod · 0.85
OnListViewKeyDownMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected