Skip to content

Commit 4599fa7

Browse files
committed
controller property
1 parent 598dd8b commit 4599fa7

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

fastplotlib/layouts/_reference_space.py

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,9 @@ def scene(self) -> pygfx.Scene:
3535
def camera(self) -> pygfx.Camera:
3636
return self._camera
3737

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
38+
@property
39+
def controller(self) -> pygfx.Controller:
40+
return self._controller
4341

4442
def auto_scale(self):
4543
pass

0 commit comments

Comments
 (0)