DDInit

DirectDrawを開始します
仕様

DDInit
[Integer size, Integer color, Integer fullscreen]

size
フルスクリーン時の画面サイズを指定します。

定数説明
DD_SIZE3200320x240
なし1512x384
DD_SIZE6402640x480
DD_SIZE8003800x600
DD_SIZE102441024x768
なし51152x864
DD_SIZE128061280x1024
DD_SIZE160071600x1200


color
フルスクリーン時のカラー深度を指定します。

定数説明
DD_COLOR808bit(256色)
DD_COLOR16116bit(HighColor)
DD_COLOR24224bit(FullColor)
DD_COLOR32332bit(TrueColor)


fullscreen
Trueを指定するとフルスクリーンになります。

補足
DirectDrawを使用するときは必ず呼び出してください。
この命令はDirectDrawライブラリに含まれています。

DDEnd

メインへ