<div dir="ltr">hi all,<div><br></div><div>I am trying to change the mouse cursor representation. According to the documentation, it can be done with vtkRenderWindow.</div><div><br></div><div>I have an application that uses qt and thus vtk rendering is done through a qvtk widget. I issued the following command:</div><div><br></div><div><div><br></div><div>  qvtk->GetRenderWindow()->SetCurrentCursor( VTK_CURSOR_CROSSHAIR );</div><div>  qvtk->GetRenderWindow()->Render();</div></div><div><br></div><div>and yet nothing changes. The representation for the mouse remains the same.</div><div><br></div><div>Am I calling the function correctly? </div><div><br></div><div>Any help is very much appreciated,</div></div>