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

Method OnMouseEnter

src/ModemProperties.cpp:270–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270void ModemProperties::OnMouseEnter(wxMouseEvent & /* event */) {
271 mouseInView = true;
272}
273
274void ModemProperties::OnMouseLeave(wxMouseEvent & /* event */) {
275 mouseInView = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected