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