Page 1 of 1
[Answered] Change mouse cursor?
Posted: Mon May 28, 2007 9:59 am
by HantaCore
Id there a way in Irrlicht.NET to change the appearance of the mouse cursor?
Does it have to do with GUI Skinning?
Thanx for any answer!
Posted: Mon May 28, 2007 12:04 pm
by Dances
The 2D graphics tuturial shows you how to change the cursor. Basically you make it invisible then grab its position and put an image there.
Posted: Mon May 28, 2007 12:21 pm
by HantaCore
Thank you for this quick answer, I'll try that
Create a class for mouse style
Posted: Wed May 30, 2007 9:28 pm
by flipnode
Wouldn't be a bad idea to create some functionality to do this, in the base Engine code.
Maybe I'll come up with something and submit it.