javascript - Can you, and if so how do you get the default cursor as an Image? -
is there anyway can users default cursor texture in javascript image object?
not really. each browser free display whatever want cursor , there no api query image use. check browser name , version , download image source when it's oss project ... yeah.
that said, can define own cursors:
cursor: url('some-cursor.ico'), default;
that way, try make browser use known image.
related:
Comments
Post a Comment