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 TMouseMsg

Unit

BaseMsg

Declaration

type TMouseMsg = class(TInputMessage)

Description

Base class for mouse-related messages

Hierarchy

TInputMessage > TMessage

Fields

 NameDescription
PublicXcoordinates of the mouse pointer in screen coordinate system
PublicYcoordinates of the mouse pointer in screen coordinate system

Methods

Overview

Publicconstructor Create(AX, AY: Integer);

Description

Publicconstructor Create(AX, AY: Integer);

AX, AY - coordinates of the mouse pointer in screen coordinate system

Last modified: 26 Oct, 2008
Copyright (C) 2006-2008, casteng.com