comparison Applications/StoneWebViewer/WebApplication/configuration.json @ 1993:317a53d4fdc6

added magnifying glass
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 31 Oct 2022 22:19:57 +0100
parents 889892e51545
children b98d159c7545
comparison
equal deleted inserted replaced
1992:237e0eb40f38 1993:317a53d4fdc6
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",