Simple Tao.Sdl Example
Just draws a bunch of rectangles to the screen. To quit, you can close the window, press the Escape key or press the 'q' key

Written by David Hudson ([email protected])

This is a reimplementation of an example written by Will Weisser ([email protected])

コード例 #1
0
        static void Main()
        {
            SmpegPlayer player = new SmpegPlayer();

            player.Run();
        }
コード例 #2
0
ファイル: SmpegPlayer.cs プロジェクト: emtees/old-code
		static void Main() 
		{
			SmpegPlayer player = new SmpegPlayer();
			player.Run();
		}