C64Emu.AppMain.drawOverlay C# (CSharp) Method

drawOverlay() protected method

protected drawOverlay ( ) : void
return void
        protected override void drawOverlay()
        {
            drawText (statistics.FramesPerSecond + " fps", 10, 10, 0xffffffff);
            drawText ((int) EmulationSpeed + "%", ScreenWidth-10, 10, 0xffffffff, TextAlignment.RIGHT);
        }