Changelog¶
v0.2.0 (latest)¶
- Keyboard and mouse interaction
- CENTER
- color
- keyCode
- keyDown
- keyFocus
- keyIsPressed
- keyPressed
- keys
- keyUp
- key
- LEFT
- mouseButton
- mouseClicked
- mouseDragged
- mouseFocus
- mouseMoved
- mouseOver
- mouseOut
- mousePressed
- mouseReleased
- negativeMouse
- RIGHT
- Issue with black background being drawn using
background();
- Tested with iOS 12.1.2 on Safari 12.0 and Google Chrome 71.0.3578.89
color();uses string interpolation when returning color values
- Switched from using strings added together
HEXandHSLuse ternary conditions for default values- Kept documentation in
/docsfolder, but moved webpage stuff to root of repositorymouseXandmouseYcan be negative
- Only if
negativeMouse = true
- Variables are in the
simpleCanvas()scope instead of global scope
- Varables affected:
HEX, HSL, RGB
v0.1.0¶
- All base code
- All documentation (ReadTheDocs)
background();colorMode();ellipse();fill();getImage();image();line();noFill();noStroke();point();rect();resize();stroke();triangle();
HEXHSLRGBdraw