Browse Source

Added a comment in the Desktop class

tags/2021-05-28
jules 8 years ago
parent
commit
7d6e5f8d73
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_gui_basics/components/juce_Desktop.h

+ 2
- 0
modules/juce_gui_basics/components/juce_Desktop.h View File

@@ -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<int> newPosition);


Loading…
Cancel
Save