Jump to content

GUI Hover change Cursor?


computern
 Share

Recommended Posts

Can't find any inbuilt way to have the cursor change to a pointer when the user is hovering over a GUI element.

Meshes seem to have this support using the eventManger and scene.hoverCursor but I cant find anyway for the GUI elements to.

Just seems logical to me that if the user is hovering over a GUI Button the cursor should change.

Docs simple Button Demo: https://www.babylonjs-playground.com/#XCPP9Y#4

Currently my plan is just to have my own hover variable and do this which works

this.scene.registerAfterRender( () => {
    this.view.canvas.style.cursor = "pointer";
});
Link to comment
Share on other sites

I'm ok to add it if someone wants to create an issue to track it (i'm not really available this week but I want to keep track of good idea :))

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...