I'm learning the new input system and I'm looking for something like this:
if(anyInputActionIsPerformed)
{
return thatInputAction;
}
What I'm trying to do is to get the name of the current input action so I can save it in my input buffer for triggering something later.
You can use
IsPressed
directly:For Example:
Single Action Map Event Triggered
Single Action Map Direct Triggered
Total Action Map Triggered