Update license

This commit is contained in:
61616
2022-05-16 10:59:41 -04:00
parent 391c52dc48
commit bb3f473135
2 changed files with 3 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
Basic processing key press tracker for reference. Basic processing key press tracker for reference.
by Nayan Sawyer by Nayan Sawyer
started May 13 2022 started May 13 2022
version 1.0.0 May 13 2022 version 1.0.1 May 16 2022
*/ */
int[] keys; // Declare key tracking array int[] keys; // Declare key tracking array

View File

@@ -1,2 +1,3 @@
# KeyPressesBasic # KeyPressesBasic
Basic Processing key press tracker for reference Basic Processing key press tracker for reference
MIT License. You are free to use this code in any way