comparison Applications/StoneWebViewer/WebApplication/configuration.json @ 2003:963f28eb40cb deep-learning

integration default->deep-learning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 02 Nov 2022 15:14:56 +0100
parents 317a53d4fdc6
children b98d159c7545
comparison
equal deleted inserted replaced
1964:2034ae383cfd 2003:963f28eb40cb
35 * Enables/disables the combined tool. This is the default mode 35 * Enables/disables the combined tool. This is the default mode
36 * for mouse interactions. The combined tool allows to access the 36 * for mouse interactions. The combined tool allows to access the
37 * windowing, zoom and pan from a single mouse configuration. The 37 * windowing, zoom and pan from a single mouse configuration. The
38 * behaviour of the combined tool is defined in 38 * behaviour of the combined tool is defined in
39 * CombinedToolBehaviour. The available mouse actions are 39 * CombinedToolBehaviour. The available mouse actions are
40 * "Crosshair", "Windowing", "Pan", "Rotate" and "Zoom". 40 * "Crosshair", "Windowing", "Pan", "Rotate", "Zoom" and
41 * "MagnifyingGlass".
41 **/ 42 **/
42 "CombinedToolEnabled" : true, 43 "CombinedToolEnabled" : true,
43 "CombinedToolBehaviour" : { 44 "CombinedToolBehaviour" : {
44 "LeftMouseButton" : "Windowing", 45 "LeftMouseButton" : "Windowing",
45 "MiddleMouseButton" : "Pan", 46 "MiddleMouseButton" : "Pan",