sample_image
- int main(char[][] args);
- MAIN.
Params:
- void eventLoop();
- イベントループ.
- class SDLImage;
- SDLImage.
あくまでサンプル, 構成変でスミマセン.
- this();
- コンストラクタ.
ビデオ表示初期化等を実施します.
- void showImages();
- イメージ表示.
- static string getErrorMessage();
- 現在発生している SDL エラーメッセージを取得します.
Returns:
エラーメッセージ
- class SDLException: object.Exception;
- SDL Exception.
エラー発生時に throw する.
- this(string msg, Exception next = null);
- 指定されたエラーメッセージを持つ, SDLException を構築します.
Params:
string msg |
エラーメッセージ |
Exception next |
Exception |
Page generated by Ddoc.