瀏覽代碼

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