note
	description: "Snapshot of a finger state on a touch device"
	author: "Louis Marchand"
	date: "Thu, 16 Apr 2015 19:26:57 +0000"
	revision: "2.0"

class interface
	GAME_FINGER_STATE

create 
	make

feature --Access

	index: INTEGER_64
			-- The unique internal identifier of Current

	x: REAL_32
			-- The horizontal coordinate of Current in device (normalized between 0 and 1)

	y: REAL_32
			-- The vertical coordinate of Current in device (normalized between 0 and 1)

	pressure: REAL_32
			-- The quantity of pressure that Current applied on the touch device (normalized between 0 and 1)
	
end -- class GAME_FINGER_STATE

Generated by ISE EiffelStudio