代码搜索:Events
找到约 10,000 项符合「Events」的源代码
代码结果 10,000
www.eeworm.com/read/127553/6004222
cpp events.cpp
//********************************************
// 事件 相关函数
// 创建于2000年8月03日
//********************************************
#include
#include
#include "gamelib\goldpoint.h"
www.eeworm.com/read/127553/6004268
h events.h
//********************************************
// 事件 相关函数
// 创建于2000年8月03日
//********************************************
#ifndef _EVENTS_H_
#define _EVENTS_H_
//特殊事件类
class CEvents{
publ
www.eeworm.com/read/127087/6007789
h events.h
/*
* Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2002 Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for an
www.eeworm.com/read/127087/6008139
h events.h
/*
* Portions Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 2001 Internet Software Consortium.
* Portions Copyright (C) 2001 Nominum, Inc.
*
* Permissio
www.eeworm.com/read/126547/6016007
cpp events.cpp
#include "events.h"
/*
Checked during the main game loop. When the game is paused
it goes into a constant loop checking this routine. If escape is
pressed, the game automatically ends and goes b
www.eeworm.com/read/126547/6016030
h events.h
#include
#include
#include "SDL/SDL.h"
#include "SDL/SDL_image.h"
#include "SDL/SDL_mixer.h"
#include "structs.h"
extern void getPlayerInput();
extern globalEngine
www.eeworm.com/read/125811/6022033
c events.c
/*
* NanoWM - Window Manager for Nano-X
*
* Copyright (C) 2000 Greg Haerr
* Copyright (C) 2000 Alex Holden
*/
#include
#include
#def
www.eeworm.com/read/123456/6058795
dpr events.dpr
program Events;
uses
Forms,
Event1 in 'Event1.pas' {frmEvents},
Event2 in 'Event2.pas' {dmEvents};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TdmEvents, dm