1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added a comment in the Desktop class

This commit is contained in:
jules 2017-04-11 11:15:39 +01:00
parent 8f6fa6f6c7
commit 7d6e5f8d73

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);