diff options
-rw-r--r-- | glfw/src/window.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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, |