Index

Package: Keen

Description

package Game_Views.Keen is
Copyright (c) 2012 Kevin Wellwood All rights reserved. This source code is distributed under the Modified BSD License. For terms and conditions, see license.txt.

Classes

Keen_View

type Keen_View is new Game_View with private;

Ancestors:

Primitive operations:

Construct (overriding Construct)
Delete (Inherited)
Get_Process_Name (Inherited)
Handle_Close_Request (Inherited)
Handle_Close_Request
Handle_Event (overriding Handle_Event)
Handle_Loading (Inherited)
Handle_Loading
Handle_Paused
Handle_Paused (Inherited)
Start_View
Start_View (Inherited)
Stop_View
Stop_View (Inherited)
Tick (overriding Tick)
To_String (Inherited)
To_String (Inherited)
To_String (Inherited)

Types

A_Keen_View

type A_Keen_View is access all Keen_View'Class;

Subprograms & Entries

New_Game

procedure New_Game
( this: not null access Keen_View'Class );

Quit

procedure Quit
( this: not null access Keen_View'Class );
Quits the game, closing the application. Make sure game session data is saved before this point, if it needs to be saved.