Changing the mouse pointer

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
hairymunky
Posts: 2
Joined: Thu Jul 01, 2004 6:02 pm

Changing the mouse pointer

Post by hairymunky »

Is there any way to change the existing mouse pointer in Irrlicht?

I have been thinking about using the ICursorControl to hide the
mouse, then write my own custom mouse drawing code,
but before I go down that path, I thought I'd just double-check
that there isn't any methods in irrlicht to do this... ran a search on
the forums, but it didn't come up with anything...



Cheers
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

I don't think there is a function for this in Irrlicht...

I think you should do it like you thought about...
hide the mouse pointer and draw a transparent image at it's position...
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Post Reply