Change cursor on pointer hover

I would like to change the cursor from pointer to hand when it is hovering over a button. I found this link where the event should be called but it does not work. Any idea how to do this?

https://www.babylonjs-playground.com/#XCPP9Y#578

This is odd because this used to be the default behavior. Unless I am missing something. scene.hoverCursor is set to pointer , and should be displayed correctly. @PolygonalSun - might be related to inputs? I haven’t debugged it so I honestly don’t know :slight_smile:

@saifshk17 , if you want to achieve that in the meantime - Simple GUI in fullscreen mode | Babylon.js Playground (babylonjs-playground.com)

1 Like

Thanks! That works :slight_smile: