using System; using System.Drawing; public static class DisplayFusionFunction { public static void Run() { // Move the mouse cursor to the next monitor BFS.DisplayFusion.RunFunction("Move Mouse Cursor to Next Monitor"); // Wait 100ms BFS.General.ThreadWait(100); // Send a mouse left-click BFS.Input.LeftClickMouse(); } }
using System; using System.Drawing; public static class DisplayFusionFunction { public static void Run() { // Move the mouse cursor to the next monitor BFS.DisplayFusion.RunFunction("Move Mouse Cursor to Next Monitor"); // Wait 100ms BFS.General.ThreadWait(100); // Send a mouse left-click BFS.Input.LeftClickMouse(); } }