Graphics2D
Graphics2D copied to clipboard
Window events
Something like
ctx.on('mousemove:window', e => {});
ctx.on('mouseup:window', e => {});
ctx.on('keydown:window', e => {});
in More i think