Jump to content

change cursor back to arrow after useHandCursor = true with no rollout


ptotheaul
 Share

Recommended Posts

I have a button that I set the hand cursor input:


this.fullClickBtn.inputEnabled = true;
this.fullClickBtn.input.useHandCursor = true;

I want to disable the inputEnabled at some point after a click and have the cursor return to the arrow but the hand cursor persists.  Is there a method to manually set the cursor back to the arrow.  I've tried:

inputEnabled = false and useHandCursor=false

 

but it seems like if you don't roll off the the sprite it will not reset.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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