|
Hello, I can't figure that out... does anyone happen to know a way to change cursor appearance when the mouse is over a GUI button? I was looking at onHover and hover but these seem to change only the color of the button... I have learnt how to change the cursor appearance on GUI but don't know how to change it when the mouse is over a button. Please, help! :)
(comments are locked)
|
|
There isn't any signals sent when the mouse is hover a button, as far as I know. You'll need to check every rects concerned. Could store those rects in an array and go through it in update, or create a class that draw a button and send the hover message. Or improvise :) Thanks for the ideas :)
May 01 '12 at 05:03 PM
Lenka
(comments are locked)
|
