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

Method dragMoveEvent

gui/qt/lcdwidget.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115void LCDWidget::dragMoveEvent(QDragMoveEvent *e) {
116 m_side = (e->pos().x() < width() / 2) ? LcdLeft : LcdRight;
117}
118
119void LCDWidget::dragLeaveEvent(QDragLeaveEvent *e) {
120 e->accept();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected