Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ ExportInputManager_GetKeyFocus
Function
ExportInputManager_GetKeyFocus
Wrappers/MyGUI_Export/ExportInputManager.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
{
10
11
MYGUIEXPORT bool MYGUICALL ExportInputManager_GetKeyFocus( )
12
{
13
return MyGUI::InputManager::getInstance().isFocusKey();
14
}
15
16
MYGUIEXPORT bool MYGUICALL ExportInputManager_GetMouseFocus( )
17
{
Callers
1
InputManager
Class · 0.85
Calls
1
isFocusKey
Method · 0.80
Tested by
no test coverage detected