vialab / SMT

Simple Multi-Touch (SMT) Toolkit
http://vialab.science.uoit.ca/smt
GNU General Public License v3.0
43 stars 18 forks source link

Allow user to specify desired behavior for out-of-bounds touches #181

Open kiwistrongis opened 10 years ago

kiwistrongis commented 10 years ago

Currently, out-of-bounds touches are clamped into their touch-source's bounds, but Mark and Chris have previously mentioned that they think out of bounds touches should be effectively ignored.

Both are valid behaviors. Personally, I prefer the former - It's easier, simpler, and more informative. ( plus I've already implemented it ;P )

Here are few possible behaviors: