ITextStudioKeyedInputProvider
public interface ITextStudioKeyedInputProvider : ITextStudioInputProviderExtends advance input with named action keys used by keyed wait tags.
Methods
Section titled “Methods”
WasAdvancePressed(string)
Section titled “WasAdvancePressed(string)”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.