Currently a giant piece of crap, this library is just a quick way to get cheap inputs out of scrap parts. I will fix it up eventually so if you decide to use it now you do so at your own risk. Also, if you are allergic to moronic library names you probably do not want to touch this :)

Files at this revision

API Documentation at this revision

Comitter:
Nakor
Date:
Mon Jan 31 03:35:17 2011 +0000
Parent:
1:69d0b1c11c73
Child:
3:4c73b047af50
Commit message:
Fixed ghost touches? Maybe? :P

Changed in this revision

theBadTouch.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/theBadTouch.cpp	Mon Jan 31 03:20:18 2011 +0000
+++ b/theBadTouch.cpp	Mon Jan 31 03:35:17 2011 +0000
@@ -48,7 +48,7 @@
 
     if(badPlace() >= 1.0)
     {
-        if(_touchCounter < 0x01)
+        if(_touchCounter < 0x02)
         {
             _touchCounter++;
             return false;