Question by 
               deanryan1990 · May 06, 2020 at 11:39 PM · 
                c#inputkeycodeinput.getkey  
              
 
              How do I save separate keycodes presses at same time and store for use later in update?
My scenario is
- Check Any key has been pressed 
- Check through my list of keys if any have been pressed 
- Save first key in list 
- Save second key in list 
- Check first key && second pressed is true 
- Fire action 
- Reset the keys in the list 
- Repeat 
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
Using one key only, change bool to true or false depending on it's current value 2 Answers
Input.GetKey("Horizontal")... why its not working? 1 Answer
How to make custom input key presses 0 Answers
if (input.Getkey(Keycode) returns true forever after pressing the key once? 1 Answer
input.getkey keycode scrollwheel - Is this even possible? 0 Answers
