Small fixes to "Option to hide mouse on inactivity" (#5280)
* Menubar: fix mouse tracking bug * citra_qt: Fix copy/paste error
This commit is contained in:
parent
e9819b61a6
commit
36809b2e2e
2 changed files with 1 additions and 5 deletions
|
@ -299,7 +299,7 @@ void GRenderWindow::mousePressEvent(QMouseEvent* event) {
|
|||
} else if (event->button() == Qt::RightButton) {
|
||||
InputCommon::GetMotionEmu()->BeginTilt(pos.x(), pos.y());
|
||||
}
|
||||
QWidget::mouseMoveEvent(event);
|
||||
QWidget::mousePressEvent(event);
|
||||
}
|
||||
|
||||
void GRenderWindow::mouseMoveEvent(QMouseEvent* event) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue