deferred class
	GAME_MOUSE_EVENT_COMMON

General
	cluster: event
	description: "Common interface for various mouse input events"

Ancestors
	GAME_MOUSE_COMMON*
	GAME_MOUSE_EVENT

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


Generated by ISE EiffelStudio