Changeset 87 for trunk/src/mouse_down.m
- Timestamp:
- Apr 27, 2010, 7:56:28 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_down.m
r78 r87 30 30 end 31 31 hhuvmat=guidata(huvmat);%handles of elements in uvmat 32 guihandles=guidata(hObject); 32 33 UvData=get(huvmat,'UserData'); 33 34 MouseAction='none'; %default 34 testzoom=get( hhuvmat.zoom,'Value');% get the mouse action from the uvmat GUI: options:35 testzoom=get(guihandles.zoom,'Value');% get the mouse action from the uvmat GUI: options: 35 36 if isfield(UvData,'MouseAction') 36 37 MouseAction=UvData.MouseAction;% get the mouse action from the uvmat GUI: options:
Note: See TracChangeset
for help on using the changeset viewer.