CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.91k stars 549 forks source link

drawing mouse? #424

Closed Project-Magenta closed 8 years ago

Project-Magenta commented 8 years ago

popey456963 commented 8 years ago

Your screen hasn't been defined. Are you sure you've implemented Hardware and defined Screen?

Project-Magenta commented 8 years ago

Define? Nowhere does it say that in the wiki.

jp2masa commented 8 years ago

Try display instead of Screen if you've already setup the DisplayDriver. If not follow the tutorial: https://github.com/CosmosOS/Cosmos/wiki/Creating-a-GUI---The-basics

Project-Magenta commented 8 years ago

441