From 408efa5239d5e640b7f874e620938d07c3c4d73b Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Fri, 31 May 2013 15:46:01 -0400 Subject: [PATCH] line endings, copyright --- core/src/processing/core/PApplet.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 7dd826336..8cfa3074c 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -3,6 +3,7 @@ /* Part of the Processing project - http://processing.org + Copyright (c) 2012-13 The Processing Foundation Copyright (c) 2004-12 Ben Fry and Casey Reas Copyright (c) 2001-04 Massachusetts Institute of Technology @@ -3075,8 +3076,8 @@ public class PApplet extends Applet public void mouseWheel() { } /** - * The event.getAmount() method returns negative values if the mouse wheel - * if rotated up or away from the user and positive in the other direction. + * The event.getAmount() method returns negative values if the mouse wheel + * if rotated up or away from the user and positive in the other direction. * On OS X with "natural" scrolling enabled, the values are opposite. * * @webref input:mouse