public class Mouse {
public static void main(String args[]) {;
System.out.println(java.awt.MouseInfo.getNumberOfButtons());
}
}
Result:
$ java5 Mouse
0
I knew Macs were button-limited, but this is ridiculous. Anyone
else see the same? Is this a bug or does MouseInfo start counting
the number of buttons from zero or some such weird thing?
I'm getting the same (although manual counting on my mouse differs).
Michael
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden