publicAPI.updateCursor = function () {
switch (model.activeState.getUpdateMethodName()) {
case InteractionMethodsName.TranslateCenter:
model._apiSpecificRenderWindow.setCursor('move'); //none
break;
I modified the setCursor value to none, but in this case I can’t see the cursor even when I hover over it, is there a way to say : set the cursor to none only when I click on it?