[Answered] Change mouse cursor?

Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
Locked
HantaCore
Posts: 21
Joined: Wed Mar 22, 2006 4:38 pm

[Answered] Change mouse cursor?

Post 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!
Last edited by HantaCore on Mon May 28, 2007 12:21 pm, edited 1 time in total.
Currently working on a C# MMORPG using Irrlicht.NET
Dances
Posts: 454
Joined: Sat Jul 02, 2005 1:45 am
Location: Canada
Contact:

Post 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.
HantaCore
Posts: 21
Joined: Wed Mar 22, 2006 4:38 pm

Post by HantaCore »

Thank you for this quick answer, I'll try that
Currently working on a C# MMORPG using Irrlicht.NET
flipnode
Posts: 15
Joined: Thu Jul 27, 2006 1:24 am

Create a class for mouse style

Post 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.
Locked