ALL,
Je cherche un moyen de créer un curseur à l'intérieur d'un Xcode.
Google ne donne rien à cet égard - il ne fait que produire un grand nombre de liens inutiles, même pour le SO.
Je cherche quelque chose comme un éditeur de ressources dans MSVC, où vous pouvez créer un bitmap/menu/curseur, l'enregistrer et l'utiliser plus tard dans votre programme.
Si la réponse est - Xcode n'a pas d'éditeur graphique - alors que puis-je utiliser pour créer un fichier curseur {custom}.
EDIT :
Igors-MacBook-Air:minimal igorkorot$ ls -la
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/Resources/cursors/
total 0
drwxr-xr-x 41 root wheel 1312 Apr 12 2018 .
drwxr-xr-x 42 root wheel 1344 Jul 4 2018 ..
drwxr-xr-x 4 root wheel 128 Apr 12 2018 busybutclickable
drwxr-xr-x 4 root wheel 128 Apr 12 2018 cell
drwxr-xr-x 4 root wheel 128 Apr 12 2018 closedhand
drwxr-xr-x 5 root wheel 160 Apr 12 2018 contextualmenu
drwxr-xr-x 4 root wheel 128 Apr 12 2018 copy
drwxr-xr-x 4 root wheel 128 Apr 12 2018 countingdownhand
drwxr-xr-x 4 root wheel 128 Apr 12 2018 countingupandownhand
drwxr-xr-x 4 root wheel 128 Apr 12 2018 countinguphand
drwxr-xr-x 5 root wheel 160 Apr 12 2018 cross
drwxr-xr-x 5 root wheel 160 Apr 12 2018 help
drwxr-xr-x 5 root wheel 160 Apr 12 2018 ibeamvertical
drwxr-xr-x 5 root wheel 160 Apr 12 2018 makealias
drwxr-xr-x 5 root wheel 160 Apr 12 2018 move
drwxr-xr-x 4 root wheel 128 Apr 12 2018 notallowed
drwxr-xr-x 4 root wheel 128 Apr 12 2018 openhand
drwxr-xr-x 4 root wheel 128 Apr 12 2018 pointinghand
drwxr-xr-x 4 root wheel 128 Apr 12 2018 poof
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizedown
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizeeast
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizeeastwest
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizeleft
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizeleftright
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizenorth
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizenortheast
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizenortheastsouthwest
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizenorthsouth
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizenorthwest
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizenorthwestsoutheast
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizeright
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizesouth
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizesoutheast
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizesouthwest
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizeup
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizeupdown
drwxr-xr-x 5 root wheel 160 Apr 12 2018 resizewest
drwxr-xr-x 5 root wheel 160 Apr 12 2018 screenshotselection
drwxr-xr-x 4 root wheel 128 Apr 12 2018 screenshotwindow
drwxr-xr-x 4 root wheel 128 Apr 12 2018 zoomin
drwxr-xr-x 4 root wheel 128 Apr 12 2018 zoomout
Premièrement, je ne vois pas de pdf
alors comment puis-je savoir qu'il s'agit du format "pdf" ?
Deuxièmement - ils ne sont pas tous là. En particulier, je ne vois pas de hand
fichier curseur...
Merci quand même pour l'indication.