Skip to content

InputBinding.IsReleased(IInputContext) Method

Definition

Namespace: Brine2D.Input

Returns true if the bound input was released this frame.

public abstract bool IsReleased(Brine2D.Input.IInputContext input);

Parameters

input IInputContext

Returns

System.Boolean