white-logo

KappaX

burger-icon
search-icon

/

Changing Cursor To Pointer

Have you ever encountered a situation where the cursor doesn't change into a pointer when you hover over a layer on KappaX? Don't worry, there's a simple explanation for it.

Here are a few pointers to help you understand this issue better:

  1. The cursor changing to a pointer is triggered by the ‘Click’ event of the layer.
  2. If there is no logic written under the ‘Click’ event, the cursor won't change to a pointer, even if you hover over the layer.
    Pointer2
  3. To make the cursor change to a pointer when hovering over a layer, you need to write logic under the ‘Click’ event.
    Pointer1

And that’s it. It was a quick fix. 

On this page