bigdataviewer/bigdataviewer-vistools

request for another example

Closed this issue · 1 comments

Hello,

@tpietzsch

If possible, I would like to ask for one more example.

In below code you show how to modify the keyboard responses, but, as I understand it, this links to already defined behavior, somehow encoded in strings such as "2d drag translate".

Would it be possible to add a simple example, where, e.g., the user types 'p' and then there is a newly defined function triggered that retrieves the current x,y,z coordinates of the mouse in the data set?

https://github.com/bigdataviewer/bigdataviewer-vistools/blob/master/src/test/java/bdv/util/InputConfigExample.java#L27

I added two new examples:
957e017