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])

Esempio n. 1
0
        static void Main()
        {
            SmpegPlayer player = new SmpegPlayer();

            player.Run();
        }
Esempio n. 2
0
		static void Main() 
		{
			SmpegPlayer player = new SmpegPlayer();
			player.Run();
		}