We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598dd8b commit 4599fa7Copy full SHA for 4599fa7
1 file changed
fastplotlib/layouts/_reference_space.py
@@ -35,11 +35,9 @@ def scene(self) -> pygfx.Scene:
35
def camera(self) -> pygfx.Camera:
36
return self._camera
37
38
- # @property
39
- # def controller(self):
40
- # same controller for all reference spaces in one PlotArea I think?
41
- # Use key events to add or remove a camera from the PlotArea dynamically?
42
- # pass
+ @property
+ def controller(self) -> pygfx.Controller:
+ return self._controller
43
44
def auto_scale(self):
45
pass
0 commit comments