/
Subscription
Legal
Manage account
Pricing
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:
- The cursor changing to a pointer is triggered by the ‘Click’ event of the layer.
- 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.
- To make the cursor change to a pointer when hovering over a layer, you need to write logic under the ‘Click’ event.
And that’s it. It was a quick fix.