Skip to content

Commit

Permalink
update comments in keyboard example to reflect actual usage
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasstarsz committed Jun 27, 2021
1 parent ab61cc8 commit a214f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example/java/tech/fastj/example/keyboard/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public void init(Display display) {
* - onKeyDown: this method is called when a key is held down.
* - onKeyRecentlyPressed: this method is called when a key is first pressed.
* - onKeyReleased: this method is called when a key is released.
* - onKeyTyped: this method is called when a key is pressed and released.
* - onKeyTyped: this method is called when a key is typed -- first pressed or held down.
*
* To demonstrate each method, I've chosen to log whenever any of the methods is called. Run the program to see
* this in action. */
Expand Down

0 comments on commit a214f1f

Please sign in to comment.