Преглед на файлове

mouse_input: Resolve a -Wdocumentation warning

Lioncash преди 5 години
родител
ревизия
5842a767a9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/input_common/mouse/mouse_input.h

+ 1 - 1
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_);