From 7d6e5f8d73f0d4c0772a3dbd16ac68be76ef433c Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 11 Apr 2017 11:15:39 +0100 Subject: [PATCH] Added a comment in the Desktop class --- modules/juce_gui_basics/components/juce_Desktop.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/juce_gui_basics/components/juce_Desktop.h b/modules/juce_gui_basics/components/juce_Desktop.h index 87938a19d4..1563d05181 100644 --- a/modules/juce_gui_basics/components/juce_Desktop.h +++ b/modules/juce_gui_basics/components/juce_Desktop.h @@ -70,6 +70,8 @@ public: /** Makes the mouse pointer jump to a given location. The coordinates are relative to the top-left of the main monitor. + Note that this is a pretty old method, kept around mainly for backwards-compatibility, + and you should use the MouseInputSource class directly in new code. */ static void setMousePosition (Point newPosition);