Hi everyone,
I checked many articles about this topic. All what I tried didn`t work for me. But unfortunately there is no clear vision what are the steps to make your custom designed (from your png or cur file) cursor view. Just simply change from default one (white arrow) to my own. The questions are the follows:
What kind of variables I should declare?
Where in the code I should declare them (like global, or in setup function, or update function)?
Examples:
Complete code to use cursor defined in CSS file? ( example of css, and js file). Nothing else, just using cursor style defined in CSS.
Complete code of defining your own cursor in js file (pixi application). Nothing else, just using my own cursor style (png, cur) in PIXI application.
Any other solution.
I think replies on these questions will shed the light on this mysterious topic.
What I checked:
And finally this one: https://github.com/pixijs/pixi.js/issues/4238
+ some minors
Thank you in advance,