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
Changing the mouse pointer
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...
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:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java