pub fn button_just_released(ctx: &Context, button: MouseButton) -> bool
👎Deprecated since 0.8.0: Use ctx.mouse.button_just_released instead
Expand description

Returns whether or not the given mouse button has been released this frame.