33 int x,
int y,
int dx,
int dy,
int screenWidth,
int screenHeight) {
Interactor interface (entity that can be dragged or clicked in a 3D view)
virtual bool acceptClick(int x, int y, Qt::MouseButton button)
Called on mouse click.
virtual ~ccInteractor()=default
virtual bool move3D(const CCVector3d &u)
Called on mouse move (for 3D interactors)
virtual bool move2D(int x, int y, int dx, int dy, int screenWidth, int screenHeight)
Called on mouse move (for 2D interactors)