JohnMcLear / draw

A real time collaborative drawing tool using nodejs, socket.io & paper.js
Apache License 2.0
483 stars 157 forks source link

Added using arrow keys to move items #143

Closed tranek closed 11 years ago

tranek commented 11 years ago

Need to write test spec.

This addresses issue #116.

tranek commented 11 years ago

I had some bad merges in my branch for this that messed up all the test specs so I just ripped out the good code for the actual movement with arrow keys and I'm pulling this in now and I'll go back and rewrite the test spec later.