From 6bf58de3792322fe5ed0788f6b94ff070fe617f0 Mon Sep 17 00:00:00 2001 From: sansumbrella Date: Fri, 8 Jan 2010 05:55:16 +0000 Subject: [PATCH] changed

advanced:

tag structure in comments. --- core/src/processing/core/PApplet.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index d904bc00e..d9ab98e84 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -408,7 +408,7 @@ public class PApplet extends Applet /** * Processing automatically tracks if the mouse button is pressed and which button is pressed. * The value of the system variable mouseButton is either LEFT, RIGHT, or CENTER depending on which button is pressed. - * =advanced + *

Advanced:

* If running on Mac OS, a ctrl-click will be interpreted as * the righthand mouse button (unlike Java, which reports it as * the left mouse).