Exemple #1
0
        public void pixelColor()
        {
            this.InitSdl();

            //Random rand = new Random();
            int result = SdlGfx.pixelColor(surfacePtr, 100, 100, 7777777);

            result = Sdl.SDL_Flip(surfacePtr);
            Thread.Sleep(sleepTime);
            Assert.AreEqual(result, 0);
            this.Quit();
        }