Changeset 210 for trunk/src/mouse_down.m
- Timestamp:
- Feb 28, 2011, 11:29:08 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_down.m
r187 r210 72 72 73 73 %% loop on all the objects in the current figure (selected by the last mouse click) 74 %CurrentOrigin=get(hObject,'CurrentPoint') 74 75 for ichild=1:length(hchild) 75 76 obj_pos=get(hchild(ichild),'Position');%position of the object
Note: See TracChangeset
for help on using the changeset viewer.