()
| 421 | } |
| 422 | |
| 423 | _initializeInstanceVariables() { |
| 424 | this._accessibleOutputs = { |
| 425 | text: false, |
| 426 | grid: false, |
| 427 | textLabel: false, |
| 428 | gridLabel: false |
| 429 | }; |
| 430 | |
| 431 | this._styles = []; |
| 432 | this._downKeys = {}; //Holds the key codes of currently pressed keys |
| 433 | this._downKeyCodes = {}; |
| 434 | } |
| 435 | } |
| 436 | |
| 437 | // Attach constants to p5 prototype |