CAST II Game Engine

   MAIN       FEATURES       SCREENSHOTS       FORUMS       MANUAL       DOWNLOADS       CONTACTS   
Units
Class Hierarchy
Classes, Interfaces and Objects
Types
Enumerations
Variables
Constants
Functions and Procedures
Identifiers

Class TCharInputMsg

Unit

BaseMsg

Declaration

type TCharInputMsg = class(TKeyboardMsg)

Description

The message is sent to core handler when a character input has been made

Hierarchy

TKeyboardMsg > TInputMessage > TMessage

Fields

 NameDescription
PublicCharacterCode of the character

Methods

Overview

Publicconstructor Create(AChar: Char; AKey: Integer);

Description

Publicconstructor Create(AChar: Char; AKey: Integer);

AChar - code of the character, AKey - scan code

Last modified: Jan 6, 2010
Copyright (C) 2006-2010, casteng.com