代码搜索:GetKeyState
找到约 110 项符合「GetKeyState」的源代码
代码结果 110
www.eeworm.com/read/248734/12543983
cpp text3.cpp
//#include
//#include
#include
#include "iostream.h"
void main()
{
coutstr;
while(1)
{
www.eeworm.com/read/106540/15634336
cpp hge_tut02.cpp
/*
** Haaf's Game Engine 1.4
** Copyright (C) 2003-2004, Relish Games
** hge.relishgames.com
**
** hge_tut02 - Using input, sound and rendering
*/
// Copy the files "particles.png" and "men
www.eeworm.com/read/399492/7857356
dpr rpgmap.dpr
program RPGMap;
{$R *.res}
uses
Windows, SysUtils, Classes, HGEImages, HGECanvas, HGEDef, HGE, HGESpriteEngine;
type
TMapRec = record
X, Y: Integer;
ImageName: string[10];
www.eeworm.com/read/396475/8104992
dpr rpgmap.dpr
program RPGMap;
{$R *.res}
uses
Windows, SysUtils, Classes, HGEImages, HGECanvas, HGEDef, HGE, HGESpriteEngine;
type
TMapRec = record
X, Y: Integer;
ImageName: string[10];
www.eeworm.com/read/141570/12998003
txt 22.txt
WIN32 API
一、VB5.0与Windows API 间的呼叫技巧
一、VB5.0与Windows API 间的呼叫技巧
一般会使用WINDOW API的情况,实在是因为VB本身不提供某些功能,但是,程式所需又
不得不然,例如:读取Registry内的资料,VB只提供SaveSetting、Getsetting 等系列
的指令,但是它只能读取特定地区的值,要读、删、更动其
www.eeworm.com/read/106540/15634343
cpp hge_tut04.cpp
/*
** Haaf's Game Engine 1.4
** Copyright (C) 2003-2004, Relish Games
** hge.relishgames.com
**
** hge_tut04 - Using render targets
*/
// Copy the files "particles.png", "menu.wav",
// "fo