public Canvas CreateCanvas(Window desktopWindow) { var canvas = new SDLCanvas { Window = desktopWindow }; return(canvas); }
public SDLContentLoader(SDLCanvas canvas, Dictionary <Type, Type> contentBinding) : base(canvas, contentBinding) { }