Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsHandler
Function
IsHandler
src/KeyboardCapture.cpp:51–54 ·
view source on GitHub ↗
Keyboard capture
Source
from the content-addressed store, hash-verified
49
50
// Keyboard capture
51
bool IsHandler(const wxWindow *handler)
52
{
53
return GetHandler() == handler;
54
}
55
56
wxWindow *GetHandler()
57
{
Callers
1
OnKillFocus
Method · 0.85
Calls
1
GetHandler
Function · 0.85
Tested by
no test coverage detected