key

概要

p5.jsリファレンス(参考情報)

[p5.js] key

サンプル

def setup
  fill(245, 123, 158)
  textSize(50)
end

def draw
  background(200)
  text(key, 33, 65)   # Display last key pressed.
end

構文

戻値