Changeset 681 for trunk/src/view_field.m
- Timestamp:
- Sep 2, 2013, 2:42:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/view_field.m
r650 r681 65 65 66 66 %functions for the mouse and keyboard 67 set(hObject,' KeyPressFcn',{'keyboard_callback',handles})%set keyboard action function67 set(hObject,'WindowKeyPressFcn',{'keyboard_callback',handles})%set keyboard action function 68 68 set(hObject,'WindowButtonMotionFcn',{'mouse_motion',handles})%set mouse action functio 69 69 set(hObject,'WindowButtonDownFcn',{'mouse_down'})%set mouse click action function
Note: See TracChangeset
for help on using the changeset viewer.