mouseaframe

How do you change the mouse pointer style in A-Frame


I don't want the default drag hand. I just want the normal mouse pointer and CSS isn't doing it.


Solution

  • You have to override CSS:

    .a-canvas.a-grab-cursor:hover{cursor:default !important}.a-canvas.a-grab-cursor:active,.a-grabbing{cursor:default !important}