代码搜索:directinput

找到约 390 项符合「directinput」的源代码

代码结果 390
www.eeworm.com/read/136571/5869444

c sdl_dx5events.c

/* SDL - Simple DirectMedia Layer Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the
www.eeworm.com/read/133108/5908201

c sdl_dx5events.c

/* SDL - Simple DirectMedia Layer Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the term
www.eeworm.com/read/111374/6155353

c sdl_dx5events.c

/* SDL - Simple DirectMedia Layer Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the term
www.eeworm.com/read/110972/6161980

c sdl_dx5events.c

/* SDL - Simple DirectMedia Layer Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Sam Lantinga This library is free software; you can redistribute it and/or modify it under the
www.eeworm.com/read/493100/6406497

h dinput.h

/**************************************************************************** * * Copyright (C) 1996-2000 Microsoft Corporation. All Rights Reserved. * * File: dinput.h * Content:
www.eeworm.com/read/492697/6419905

h dinput.h

/**************************************************************************** * * Copyright (C) 1996-2002 Microsoft Corporation. All Rights Reserved. * * File: dinput.h * Content:
www.eeworm.com/read/481192/6644432

txt readme.txt

虚拟键盘 本系统在w2k中虚拟一个键盘设备。 文件组成: setup.exe 安装程序,负责生成设备 keyfdo.inf 功能驱动的安装文件 VKeyFdo.sys w2k的驱动 SendKey.dll 应用程序接口 Test.exe 测试程序。 source.zip 所有代码
www.eeworm.com/read/406072/11450069

h dinput.h

/**************************************************************************** * * Copyright (C) 1996-2000 Microsoft Corporation. All Rights Reserved. * * File: dinput.h * Content:
www.eeworm.com/read/403191/11520961

h dinput.h

/**************************************************************************** * * Copyright (C) 1996-2000 Microsoft Corporation. All Rights Reserved. * * File: dinput.h * Content:
www.eeworm.com/read/252147/12297787

txt 什么是 directx.txt

什么是 DirectX 在 Windows 操作系统的体系构架中,在内核与硬件之间有一层抽象层,专门对硬件进行屏蔽抽象,所以用户不再被允许对硬件进行直接访问。这样做以后,大大地提高了操作系统的抗破坏性和抗干扰性,但这样以来,使硬件操作的效率大打折扣,许多新硬件的新特性无法直接使用,这对多媒体和游戏的发展显然是一种障碍。DirectX 是微软公司提供的一套优秀的应用程序编程接口(APIs) ...