Alexander,Try something like this. Create your own png image and then:[Embed('../images/i_pointer_cursor.png')] private var _pointerCursor:Class; map.cursorManager.setCursor(_pointerCursor,2,0,-3); If you want access to default cursors you can try something like this:Mouse.cursor = MouseCursor.ARROW;-AndyEsri Developer Network Team
[Embed('../images/i_pointer_cursor.png')] private var _pointerCursor:Class; map.cursorManager.setCursor(_pointerCursor,2,0,-3);
Mouse.cursor = MouseCursor.ARROW;
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.