Processing Ajax...

Title

Message

Confirm

Confirm

Confirm

Confirm

Are you sure you want to delete this item?

Confirm

Are you sure you want to delete this item?

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