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?
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