# What best to pick and move actor?

**URL:** https://discourse.vtk.org/t/what-best-to-pick-and-move-actor/2024
**Category:** Development
**Created:** [November 2, 2019, 9:46am UTC](https://discourse.vtk.org/t/what-best-to-pick-and-move-actor/2024 "2019-11-02T09:46:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![rai-sam](https://discourse.vtk.org/user_avatar/discourse.vtk.org/rai-sam/32/667_2.png) [@rai-sam](https://discourse.vtk.org/u/rai-sam)
#### Post date: [November 2, 2019, 9:46am UTC](https://discourse.vtk.org/t/what-best-to-pick-and-move-actor/2024/1 "2019-11-02T09:46:37Z")

</div>

I have seen vtkInteractorStyleTrackballActor approach. But can’t use two styles vtkInteractorStyleTrackballActor and vtkInteractorStyleTrackballCamera at same time. What will be best way to achieve the movement of an actor after picking it with click? Adding keypress observers?

How to get mouse clicked event info? (Not mouse down and up)

And how to judge if mouse clicked within renderer?

---

<div class="post-metadata">

### Author: ![rai-sam](https://discourse.vtk.org/user_avatar/discourse.vtk.org/rai-sam/32/667_2.png) [@rai-sam](https://discourse.vtk.org/u/rai-sam)
#### Post date: [November 5, 2019, 8:23am UTC](https://discourse.vtk.org/t/what-best-to-pick-and-move-actor/2024/2 "2019-11-05T08:23:45Z")

</div>

Successfully achieved all my requirements with idea of [ObserverMemberFunction](https://lorensen.github.io/VTKExamples/site/Cxx/Interaction/ObserverMemberFunction/) example. 👌
