mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-10 20:42:32 -07:00
yuzu: Read mouse wheel input
This commit is contained in:
@@ -116,6 +116,9 @@ private:
|
||||
/// Handle mouse button press events.
|
||||
void mousePressEvent(QMouseEvent* event) override;
|
||||
|
||||
/// Handle mouse wheel move events.
|
||||
void wheelEvent(QWheelEvent* event) override;
|
||||
|
||||
/// Handle key press events.
|
||||
void keyPressEvent(QKeyEvent* event) override;
|
||||
|
||||
|
Reference in New Issue
Block a user