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;
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.