Namespace $.fn.swipe.fingers

Namespace

Constants representing the number of fingers used in a swipe. These are used to set both the value of fingers in the options object, as well as the value of the fingers event property. These properties are read only, attempting to change them will not alter the values passed to the event handlers. code »


Instance members

Instance PropertiesDefined By

Constant indicating any combination of finger are to be detected. Value is "all". code »
Constant indicating 1 finger is to be detected / was detected. Value is 1. code »
Constant indicating 3 finger are to be detected / were detected. Value is 1. code »
Constant indicating 2 fingers are to be detected / were detected. Value is 1. code »