我在波斯菊中做一个项目,我使用Visual Studio 2017。 而且我在宇宙中使用图形,但是很难在宇宙中制造鼠标。 你们能帮我吗.. 我做背景和..这是我的代码,现在不好 我只是做背景...
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using Sys = Cosmos.System
using Cosmos.System.Graphics;
namespace graphicTest
{
public class Kernel : Sys.Kernel
{
Canvas canvas;
protected override void BeforeRun()
{
Console.WriteLine("Cosmos booted successfully. Let'ss go in Graphic Mode");
canvas = FullScreenCanvas.GetFullScreenCanvas();
canvas.Clear(Color.Green);
}
就像它