note
	description: "A simple multi-touch fingers gesture (pinch, rotation, etc.)"
	author: "Louis Marchand"
	date: "Fri, 17 Apr 2015 17:55:32 +0000"
	revision: "2.0"

class interface
	GAME_FINGERS_GESTURE

create 
	make

feature -- Access

	distance: REAL_32
			-- amount that the fingers pinched during the performing of Current

	angle: REAL_32
			-- amount that the fingers rotated during the performing of Current
	
end -- class GAME_FINGERS_GESTURE

Generated by ISE EiffelStudio