written by Nick Shin - [email protected]
this file is licensed under: Unlicense - http://unlicense.org/
and, is from - https://github.com/nickshin/CheatSheets/
WARNING: these are fairly old and i do not use anymore (for day to day development)
- left here for reference...
- covers the following demos:
- AudioAPI
- Audio Element (webaudio revisited -- tests): (NOTE: this is NOT AudioAPI but the <audio> element)
- drag & drop ¹
- gamepad ⁶ (note: it seems better to just map pad to keyboard strokes...)
- mouselock ⁶
- swipegesture ²: sketchpad + noclickdelay
note: all files are written static (i.e. plain ol' HTML) so they can be looked up or run as-is.
- copy of reference source (or close to it) for testing purposes
- terse and was written to be re/usable