Mar 18, 2003 #1 Biomedical99 Computer Joined Mar 18, 2003 Messages 3 Location SE Hi! How do I know if it is the right or the left button that is pressed in my axis? Thanx! /Marcus
Mar 20, 2003 #2 joe3 Agricultural Joined May 26, 2001 Messages 54 Location IL Hi, muoseside=get(gcf,'SelectionType'); You will get 'normal' for left click and 'alt' for right (or mid) click. Joe BSTeX- Equation viewer for Matlab http://www.geocities.com/bstex2001 Upvote 0 Downvote
Hi, muoseside=get(gcf,'SelectionType'); You will get 'normal' for left click and 'alt' for right (or mid) click. Joe BSTeX- Equation viewer for Matlab http://www.geocities.com/bstex2001