Doodle3D / doodle3d-client

The Doodle3D web interface that people can access on computers or tablets to draw doodles and control the Doodle3D WiFi box.
www.doodle3d.com
GNU General Public License v2.0
3 stars 8 forks source link

Filter out input of wrist #287

Open peteruithoven opened 9 years ago

peteruithoven commented 9 years ago

When users draw using a stylus they sometimes put their wrist on the screen. This can result in multiple lines to the bottom right of the screen. Can we filter these out somehow?

Maybe when a difference between a previous and new point is to big we ignore it? This could disable the straight line drawing trick (using multiple fingers). Can we double check whether input outside of the drawing field is ignored?