deferred class
	GAME_EVENTS

General
	cluster: event
	description: "An abstract ancestor of every events managers"

Ancestors
	GAME_SDL_ANY*

Queries
	events_controller: GAME_EVENTS_CONTROLLER
	has_error: BOOLEAN
	is_running: BOOLEAN
	last_error: READABLE_STRING_GENERAL

Commands
	clear
	run
	set_is_running (a_value: BOOLEAN)
	stop


Generated by ISE EiffelStudio