Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ pressDialogKey
Method
pressDialogKey
bwapi/BWAPI/Source/BWAPI/AutoMenuManager.cpp:490–494 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
488
}
489
490
void AutoMenuManager::pressDialogKey(BW::dialog *pDlg)
491
{
492
if (pDlg)
493
BroodwarImpl.pressKey(pDlg->getHotkey());
494
}
495
496
const char* AutoMenuManager::interceptFindFirstFile(const char* lpFileName)
497
{
Callers
nothing calls this directly
Calls
2
pressKey
Method · 0.80
getHotkey
Method · 0.80
Tested by
no test coverage detected