Skip to content

InputAction.IsPressed(IInputContext) Method

Definition

Namespace: Brine2D.Input

Returns true if any binding was pressed this frame.

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

Parameters

input IInputContext

Returns

System.Boolean