Graphics2D icon indicating copy to clipboard operation
Graphics2D copied to clipboard

Window events

Open keyten opened this issue 7 years ago • 0 comments

Something like

ctx.on('mousemove:window', e => {});
ctx.on('mouseup:window', e => {});
ctx.on('keydown:window', e => {});

in More i think

keyten avatar May 24 '18 17:05 keyten