代码搜索:DirectDraw
找到约 969 项符合「DirectDraw」的源代码
代码结果 969
www.eeworm.com/read/406404/11443570
cpp bitmaps.cpp
//-----------------------------------------------------------------------------------//
// Windows Graphics Programming: Win32 GDI and DirectDraw //
//
www.eeworm.com/read/406404/11442947
h gdi.h
#pragma
//-----------------------------------------------------------------------------------//
// Windows Graphics Programming: Win32 GDI and DirectDraw //
//
www.eeworm.com/read/406404/11443096
h pehack.h
#pragma
//-----------------------------------------------------------------------------------//
// Windows Graphics Programming: Win32 GDI and DirectDraw //
//
www.eeworm.com/read/406404/11443248
h region.h
#pragma
//-----------------------------------------------------------------------------------//
// Windows Graphics Programming: Win32 GDI and DirectDraw //
//
www.eeworm.com/read/406404/11443528
h kernelopt.h
#pragma
//-----------------------------------------------------------------------------------//
// Windows Graphics Programming: Win32 GDI and DirectDraw //
//
www.eeworm.com/read/276828/10706252
asm ddraw.asm
; DirectDraw programming example
format PE GUI 4.0
entry start
include 'win32a.inc'
include 'ddraw.inc'
section '.data' data readable writeable
_title db 'flat assembler DirectDraw
www.eeworm.com/read/242732/4541254
cpp main.cpp
#include
#include
#include
LPDIRECTDRAW7 DirectDraw = NULL;
LPDIRECTDRAWSURFACE7 FrontBuffer = NULL;
LPDIRECTDRAWCLIPPER Clipper = NULL;
LPDDRAWI_DIRECTDRAW_IN
www.eeworm.com/read/409921/2223790
cpp main.cpp
#include
#include
#include
LPDIRECTDRAW7 DirectDraw = NULL;
LPDIRECTDRAWSURFACE7 FrontBuffer = NULL;
LPDIRECTDRAWCLIPPER Clipper = NULL;
LPDDRAWI_DIRECTDRAW_IN
www.eeworm.com/read/155540/11864247
cs bmprectcombo.cs
using System;
using System.Collections.Specialized;
using Microsoft.DirectX.DirectDraw;
namespace DDGameHelper
{
///
/// BitmapObject 与 RectangleArray 的组合体(包含 DirectDraw 相关定义及操作 ,用
www.eeworm.com/read/406404/11442935
h snapshot.h
#pragma once
//-----------------------------------------------------------------------------------//
// Windows Graphics Programming: Win32 GDI and DirectDraw //
//