Skip to content

ITextStudioKeyedInputProvider

InterfaceTextStudioTextStudio
public interface ITextStudioKeyedInputProvider : ITextStudioInputProvider

Extends advance input with named action keys used by keyed wait tags.

bool WasAdvancePressed(string inputKey)

Reports whether a specific advance action was pressed during the current frame.

Parameters

Name Type Description
inputKey System.String Provider-defined action key. Null or empty input may select the provider default.

Returns

System.Boolean: true only when the requested action was newly pressed.