MCPcopy Create free account
hub / github.com/audacity/audacity / IsMouseCaptured

Method IsMouseCaptured

src/CellularPanel.cpp:495–499  ·  view source on GitHub ↗

Determines if a modal tool is active

Source from the content-addressed store, hash-verified

493
494/// Determines if a modal tool is active
495bool CellularPanel::IsMouseCaptured()
496{
497 auto &state = *mState;
498 return state.mUIHandle != NULL;
499}
500
501void CellularPanel::OnContextMenu(wxContextMenuEvent & WXUNUSED(event))
502{

Callers 3

UpdateMethod · 0.80
OnUndoFunction · 0.80
OnRedoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected