MCPcopy Index your code
hub / github.com/processing/p5.js / _initializeInstanceVariables

Method _initializeInstanceVariables

src/core/main.js:423–434  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected