summaryrefslogtreecommitdiff
path: root/src/yuzu/main.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-11-24 18:55:49 -0600
committerNarr the Reg <juangerman-13@hotmail.com>2023-11-24 19:32:35 -0600
commitf61cf1464688e5b4b2201414744445002ddc2e4a (patch)
tree4380604aa59c841d4630fb04c053bf1702fce355 /src/yuzu/main.h
parent91c12db07098625756338e682a4d300a27d7978c (diff)
yuzu: Constrain mouse in render window when emulated
Diffstat (limited to 'src/yuzu/main.h')
-rw-r--r--src/yuzu/main.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/yuzu/main.h b/src/yuzu/main.h
index 49ee1e1d2..eea39815a 100644
--- a/src/yuzu/main.h
+++ b/src/yuzu/main.h
@@ -450,7 +450,6 @@ private:
void UpdateInputDrivers();
void HideMouseCursor();
void ShowMouseCursor();
- void CenterMouseCursor();
void OpenURL(const QUrl& url);
void LoadTranslation();
void OpenPerGameConfiguration(u64 title_id, const std::string& file_name);
@@ -532,7 +531,6 @@ private:
bool auto_paused = false;
bool auto_muted = false;
QTimer mouse_hide_timer;
- QTimer mouse_center_timer;
QTimer update_input_timer;
QString startup_icon_theme;
@@ -589,5 +587,4 @@ protected:
void dropEvent(QDropEvent* event) override;
void dragEnterEvent(QDragEnterEvent* event) override;
void dragMoveEvent(QDragMoveEvent* event) override;
- void leaveEvent(QEvent* event) override;
};