note
	description: "The state of a mouse in an event context."
	author: "Louis Marchand"
	date: "Wed, 01 Apr 2015 19:04:20 +0000"
	revision: "2.0"

class interface
	GAME_MOUSE_EVENT

create 
	make

feature -- Access

	id: NATURAL_32
			-- Unique identifier of the mouse represented by Current

	is_touch_device: BOOLEAN
			-- True if the mouse represented by Current is the touch device.
	
end -- class GAME_MOUSE_EVENT

Generated by ISE EiffelStudio