Please enable JavaScript to use CodeHS

Computer Science Explorations 2

Lesson 4.9 Keyboard Data

Description

This lesson teaches students how to develop interactive sketches that respond to user input from the keyboard. Students also explore how key codes are used to represent physical keys on the keyboard and use them in their sketches.


Objective

Students will be able to:

  • use the keyIsPressed system variable to create interactive p5.js sketches that respond to any pressed key
  • use keyIsDown() function to create interactive p5.js sketches that respond to a specific key being pressed
  • Represent a physical key on the keyboard digitally using key code
  • Include text in a p5.js sketch

Activities

These are all the activities included in the lesson

4.9.1 Keyboard Data
4.9.2 keyIsPressed
4.9.3 Key Codes
4.9.4 keyIsDown
4.9.5 key