[Request] Symbolic access to built-in cursors
Fredosixx opened this issue · 0 comments
Fredosixx commented
It would be helpful to have an API or a set of symbols to designate the built-in cursors.
Although their number (ex: 659 for vertical resize arrows) has been quite stable over the various versions of Sketchup, they appeared to have changed with SU2023 and SU2024. And of course, the image itself has changed with the full redesign of visuals in SU2023 (which may continue in next version).
I am interested to reuse cursors like resizing arrows, move, rotate, etc....
Indeed, we can design our own cursors or copy over the SVG and PDF in our own name space.
But, providing an API mechanism would be more efficient:
- Avoid multiple work by each developer for each plugin
- Ensure that the plugin is aligned with the current version of Sketchup (especially across changes of graphics, cursors and icons like in SU2023-SU2024)
- Ensure portability Windows / Mac (especially with the migration to Qt)