From 72ea011a172312510781d3e6ec51b7cfbded0203 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 25 Nov 2024 23:29:00 +0100 Subject: docs(glfw): correct doc comment of set_mouse_button_callback --- glfw/src/window.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'glfw') diff --git a/glfw/src/window.rs b/glfw/src/window.rs index 5c30c16..1e7e777 100644 --- a/glfw/src/window.rs +++ b/glfw/src/window.rs @@ -180,8 +180,6 @@ impl Window } /// Sets the mouse button callback. - /// - /// The callback is called when a mouse button is pressed. pub fn set_mouse_button_callback( &self, callback: impl Fn(MouseButton, MouseButtonState, KeyModifiers) + 'static, -- cgit v1.2.3-18-g5258