MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / mouseReleaseEvent

Method mouseReleaseEvent

app/src/UI/Widgets/GPS.cpp:1216–1222  ·  view source on GitHub ↗

* @brief Handles mouse release events to stop dragging and reset cursor. */

Source from the content-addressed store, hash-verified

1214 * @brief Handles mouse release events to stop dragging and reset cursor.
1215 */
1216void Widgets::GPS::mouseReleaseEvent(QMouseEvent* event)
1217{
1218 unsetCursor();
1219 ungrabMouse();
1220 ungrabTouchPoints();
1221 event->accept();
1222}

Callers

nothing calls this directly

Calls 1

acceptMethod · 0.80

Tested by

no test coverage detected