Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Erarnitox authored Sep 5, 2019
1 parent 9f6d07b commit 7454776
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Unlike build in methods these will also work when the program is out of focus.
- ###### boolean getKeyDown(int key)
returns `true` if the key is pressed and `false` otherwise.

- ###### boolean getKeyPress(int key)
returns `true` once if the key got pressed and `false` otherwise.

- ###### void sendKeyPress(int key)
simulate a full key press and release.

Expand Down

0 comments on commit 7454776

Please sign in to comment.