deferred class
	GAME_MOUSE_BUTTON_EVENT

General
	cluster: event
	description: 
		"Encapsulates a mouse button event.
		Any instance represents one button only."

Ancestors
	GAME_MOUSE_EVENT_COMMON*

Queries
	id: NATURAL_32
	is_left_button: BOOLEAN
	is_middle_button: BOOLEAN
	is_optional_button_1: BOOLEAN
	is_optional_button_2: BOOLEAN
	is_right_button: BOOLEAN
	is_touch_device: BOOLEAN
	x: INTEGER_32
	y: INTEGER_32

Constraints
	only one button


Generated by ISE EiffelStudio