class
	GAME_FINGER_EVENT

General
	cluster: event
	description: "An event that is trigger by a finger on a touch device"
	create: make

Ancestors
	GAME_FINGER_STATE

Queries
	has_error: BOOLEAN
	index: INTEGER_64
	last_error: READABLE_STRING_GENERAL
	pressure: REAL_32
	relative_x: REAL_32
	relative_y: REAL_32
	x: REAL_32
	y: REAL_32


Generated by ISE EiffelStudio