Check if the given symbol is an input action type.
The symbol symbol must be a member of an enum marked with @InputAction. The enum must not be a manifest constant (eg. enum foo = 123;).
See Implementation
Check if the given symbol is an input action type.
The symbol symbol must be a member of an enum marked with @InputAction. The enum must not be a manifest constant (eg. enum foo = 123;).