Jump to content
LaunchBox Community Forums

Nyny77

Members
  • Posts

    662
  • Joined

  • Last visited

  • Days Won

    35

Posts posted by Nyny77

  1. On 12/10/2017 at 8:53 AM, Lordmonkus said:

    Yeah sure, learn to use and setup a bloated confusing software package just to hide a mouse cursor, talk about a sledgehammer for a small job.

    Edit:
    Just doing some tinkering combining of AHK scripts and cobbled this together and seems to work perfectly without the need to use any external programs whatsoever, it relies solely on Launchbox's built in AHK script. Simply put the following script in the AutoHotKey Script tab of the edit emulator window.

    If using a different resolution display change the 1920,1080 to whatever the resolution your display is.

    The reason for the sleep command is because I found without it the mouse didn't move, the delay seemed to fix it.

    
    Sleep, 3000
    SetKeyDelay, -1, 110
    MouseMove, 1920,1080
    
    $Esc::
    {
        Process, Close, {{{StartupEXE}}}
    }

    59df15e5cbca0_2017-10-1203_11_31-EditEmulator.thumb.png.a561e9042ca419f7d679e4cf7cf2a139.png

    Thanks @Lordmonkus !!! 

×
×
  • Create New...