MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / OnMouseLeave

Method OnMouseLeave

src/ModemProperties.cpp:274–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272}
273
274void ModemProperties::OnMouseLeave(wxMouseEvent & /* event */) {
275 mouseInView = false;
276}
277
278bool ModemProperties::isMouseInView() {
279 return mouseInView || (m_propertyGrid && m_propertyGrid->IsEditorFocused());

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected