Skip to content

InputBinding.IsPressed(IInputContext) Method

Definition

Namespace: Brine2D.Input

Returns true if the bound input was pressed this frame.

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

Parameters

input IInputContext

Returns

System.Boolean