Processing Ajax...

Title
Close Dialog

Message

Confirm
Close Dialog

Confirm
Close Dialog

Confirm
Close Dialog

Move Mouse Cursor to Center of Next Monitor

Description
This script will move the mouse cursor to the next monitor, and then centre it on that monitor.
Language
C#.net
Minimum Version
Created By
Janos Harsanyi55577
Contributors
-
Date Created
Jan 8, 2020
Date Last Modified
Jan 8, 2020

Scripted Function (Macro) Code

using System;
using System.Drawing;

public static class DisplayFusionFunction
{
	public static void Run()
	{
		BFS.DisplayFusion.RunFunctionAndWait("Move Mouse Cursor to Next Monitor");
		BFS.DisplayFusion.RunFunctionAndWait("Move Mouse Cursor to Center of Current Monitor");
	}
}