Press shift on your desktop for multitouch.
	
    Events
    
        - touch
 
        - release
 
        - gesture
 
        - hold
 
        - tap
 
        - doubletap
 
        - dragstart
 
        - drag
 
        - dragend
 
        - dragleft
 
        - dragright
 
        - dragup
 
        - dragdown
 
        - swipe
 
        - swipeleft
 
        - swiperight
 
        - swipeup
 
        - swipedown
 
        - transformstart
 
        - transform
 
        - transformend
 
        - rotate
 
        - pinch
 
        - pinchin
 
        - pinchout
 
    
    EventData
    
        - gesture 
 
        - touches 
 
        - pointerType 
 
        - center 
 
        - angle °
 
        - direction 
 
        - distance px
 
        - deltaTime ms
 
        - deltaX px
 
        - deltaY px
 
        - velocityX 
 
        - velocityY 
 
		
        - interimAngle 
 
        - interimDirection 
 
        - scale  
 
        - rotation °
 
        - target