summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-12-03 16:26:50 +0100
committerLioncash <mathew1800@gmail.com>2020-12-03 16:26:50 +0100
commit5842a767a99c07317ff6ef7771e129306c347a4c (patch)
treee4d64f1008a1fcd5b1dba55ca5af6f1723f8b07e /src
parentmouse_input: Remove unused includes (diff)
downloadyuzu-5842a767a99c07317ff6ef7771e129306c347a4c.tar
yuzu-5842a767a99c07317ff6ef7771e129306c347a4c.tar.gz
yuzu-5842a767a99c07317ff6ef7771e129306c347a4c.tar.bz2
yuzu-5842a767a99c07317ff6ef7771e129306c347a4c.tar.lz
yuzu-5842a767a99c07317ff6ef7771e129306c347a4c.tar.xz
yuzu-5842a767a99c07317ff6ef7771e129306c347a4c.tar.zst
yuzu-5842a767a99c07317ff6ef7771e129306c347a4c.zip
Diffstat (limited to 'src')
-rw-r--r--src/input_common/mouse/mouse_input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/mouse/mouse_input.h b/src/input_common/mouse/mouse_input.h
index 6fc95a49e..65e64bee7 100644
--- a/src/input_common/mouse/mouse_input.h
+++ b/src/input_common/mouse/mouse_input.h
@@ -49,7 +49,7 @@ public:
* Signals that a button is pressed.
* @param x the x-coordinate of the cursor
* @param y the y-coordinate of the cursor
- * @param button the button pressed
+ * @param button_ the button pressed
*/
void PressButton(int x, int y, int button_);