- Timestamp:
- Apr 29, 2015, 3:49:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gui/scripts/molvisviewer.tcl
r5356 r5357 147 147 private common _downloadPopup; # Download options from popup 148 148 private common _hardcopy 149 private common _useVmouseEvents 0; # Flag to enable virtual mouse events 149 150 } 150 151 … … 344 345 set _image(id) "" 345 346 346 if 0{347 if { $_useVmouseEvents } { 347 348 # set up bindings to bridge mouse events to server 348 349 bind $itk_component(3dview) <ButtonPress> \
Note: See TracChangeset
for help on using the changeset viewer.