Keys Pressed Block

These blocks are based off the pygame function: pygame.key.get_pressed
This 2 blocks (located in events) are used to determine if a key is pressed, and then which key is pressed

This code will check if the "w" key is pressed: