MCPcopy 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
51bool IsHandler(const wxWindow *handler)
52{
53 return GetHandler() == handler;
54}
55
56wxWindow *GetHandler()
57{

Callers 1

OnKillFocusMethod · 0.85

Calls 1

GetHandlerFunction · 0.85

Tested by

no test coverage detected