diff options
| author | 2020-12-03 10:26:50 -0500 | |
|---|---|---|
| committer | 2020-12-03 10:26:50 -0500 | |
| commit | 5842a767a99c07317ff6ef7771e129306c347a4c (patch) | |
| tree | e4d64f1008a1fcd5b1dba55ca5af6f1723f8b07e /src/input_common | |
| parent | mouse_input: Remove unused includes (diff) | |
| download | yuzu-5842a767a99c07317ff6ef7771e129306c347a4c.tar.gz yuzu-5842a767a99c07317ff6ef7771e129306c347a4c.tar.xz yuzu-5842a767a99c07317ff6ef7771e129306c347a4c.zip | |
mouse_input: Resolve a -Wdocumentation warning
Diffstat (limited to 'src/input_common')
| -rw-r--r-- | src/input_common/mouse/mouse_input.h | 2 |
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: | |||
| 49 | * Signals that a button is pressed. | 49 | * Signals that a button is pressed. |
| 50 | * @param x the x-coordinate of the cursor | 50 | * @param x the x-coordinate of the cursor |
| 51 | * @param y the y-coordinate of the cursor | 51 | * @param y the y-coordinate of the cursor |
| 52 | * @param button the button pressed | 52 | * @param button_ the button pressed |
| 53 | */ | 53 | */ |
| 54 | void PressButton(int x, int y, int button_); | 54 | void PressButton(int x, int y, int button_); |
| 55 | 55 | ||