The eventhandler tag has no wiki summary.
7
votes
0answers
217 views
How to improve these WASD + mouse look 3D controls?
Insipred by this question and the corresponding answer I've written a code for full-screen exploration of 3D scenes using standard WASD and mouse look controls. Here it is.
...
3
votes
0answers
59 views
Different actions with dragging and clicking points in same graphic
On a graphic (in this example a simple plot), I need two points to move when I drag with the mouse, and these points must move to location {1,1} when I click on them.
This is how I got it to work, ...
1
vote
0answers
66 views
How to add caliper to an existing graphics object?
I am trying to build a general subroutine to work like this:
Plot[....]//myCaliper
I have a specific example which works:
...