Can we be able to change the cursor look once the mouse is hovered over a button or an image button? it’d give us more freedom of what we can do with Guis and stuff while still having everything fit perfectly.
Here is a wonderful example of why I think this is a good idea:
One reason is this exactly. Another is that they block mouse2 from moving the camera. Also MouseEnter/Leave barely works, and input events like mouse1up don’t fire unless the mouse is over the button, even if the mouse down’d on the button and left and then up’d.
You’re better off doing a simple box collision test whenever your mouse button is pressed. Doing this also opens a door to easily change the shape of your button to whatever you want, like triangles and ellipses.