readme.txt

来自「Directx游戏制作开发包DGCBETA6」· 文本 代码 · 共 12 行

TXT
12
字号
 EasyScrolly - A Delphi Games Creator Demo Program - Jeff Kurtz
 --------------------------------------------------------------------------
 This little program demonstrates the use of the Copy method added to DGC.
 It will allow you to copy a region from one surface to another. Along with
 Copy is ClipCopy which has the same functionality but will clip the region
 to avoid bounds errors.

 If you know that you don't need to use clipping, use the plain Copy method,
 it should me faster since it doesn't need to do clipping calculations. But,
 if your copies are going to move off the edges of your main display surface,
 you should use ClipCopy.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?