Input.md (218B)
1 # Input 2 3 CS 331 W12 L1 4 5 **Definition:** Input is the class used the get input from the user. 6 7 ### Common Methods 8 9 1. GetKey 10 - This returns true if the key is pressed 11 - Ex. bool moveForward = Input.GetKey("up"); 12 2.