Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/JosepeDev/KeyBinder into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jozzzzep committed Nov 22, 2020
2 parents 6cc4e3d + 71fa8a6 commit 441d2cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ Now you want to let the player choose a key for Jump.

- **InputCheckingBeginContinuous (Action**<**KeyCode**> **methodToActive)**
Enter a method with one parameter of type KeyCode as a parameter.
Checks for the next pressed key, then calls the method you entered each time the user press a key until you cancel the input checking.
Checks for the next pressed key, then calls the method you entered each time the user press a key until you stop the input checking.
See below

- **InputCheckingStop ()**
Resets and turns off input checking.
Expand Down

0 comments on commit 441d2cc

Please sign in to comment.