MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / mousePressEvent

Method mousePressEvent

gui/qt/romselection.cpp:286–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

284}
285
286void DropArea::mousePressEvent(QMouseEvent *e) {
287 emit clicked(e->pos());
288}
289
290void RomSelection::processDrop(QDropEvent *e) {
291 const QMimeData *mimeData = e->mimeData();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected