I am attempting to set up enhanced input for my game to allow the following:
- Tap the E key and the player fires the weapon once.
- Tap and hold the E key to initiate automatic fire and cease when the key is released.
I am doing this in C++.
How can I make this happen with Enhanced Input?