nebula.gl icon indicating copy to clipboard operation
nebula.gl copied to clipboard

Cursor style management

Open varna opened this issue 3 years ago • 0 comments

Feature request

Hi, I want to control the cursor style, but the API seems to be not exposed? getCursor seems to be hardcoded into the layers. Docs are not very useful on this topic. The only piece of code that I found in git was:

<DeckGL
        getCursor={layers[1].getCursor.bind(layers[1])}
/>

Do I need to create my own mode or maybe a pull request to expose getCursor as a prop.

Background

To Do List

  • [ ] Add label and assign to milestone
  • [ ] Coding
  • [ ] Doc update
  • [ ] Test

varna avatar Feb 10 '22 13:02 varna