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