note
	description: "An event that is trigger by a finger on a touch device"
	author: "Louis Marchand"
	date: "Sun, 04 Feb 2018 16:14:25 +0000"
	revision: "2.0"

class interface
	GAME_FINGER_EVENT

create 
	make

feature -- Access

	relative_x: REAL_32
			-- The difference between the x value of the last finger event and this one

	relative_y: REAL_32
			-- The difference between the y value of the last finger event and this one
	
end -- class GAME_FINGER_EVENT

Generated by ISE EiffelStudio