Are there shortcut keys available or a way to program shortcut keys to pan, tilt, and rotate the 3D view in a SceneView?
Solved! Go to Solution.
Hi David,
SceneView has out of the box key navigation. Check under the SceneView Navigation section in the following document: SceneView | API Reference | ArcGIS API for JavaScript 4.2
You can also add your own key navigation using SceneView's key-up or key-down events: SceneView | API Reference | ArcGIS API for JavaScript 4.2
Here is a very simple sample that adds key navigation to MapView:
Add keyboard navigation shortcuts | ArcGIS API for JavaScript 4.2
Hi David,
SceneView has out of the box key navigation. Check under the SceneView Navigation section in the following document: SceneView | API Reference | ArcGIS API for JavaScript 4.2
You can also add your own key navigation using SceneView's key-up or key-down events: SceneView | API Reference | ArcGIS API for JavaScript 4.2
Here is a very simple sample that adds key navigation to MapView:
Add keyboard navigation shortcuts | ArcGIS API for JavaScript 4.2
Ah yes, I see now. Thanks so much!
David