exodus_cl Posted February 19, 2018 Share Posted February 19, 2018 Hi! I'm trying to fix a problem that retroarch has: The mouse pointer does not go away when using overlays and the only way to make it disappear is to press F11 when a game has loaded, so I'm thinking that an AHK script may be the answer (since the configuration seems to allow the use of a AHK script). The idea is to send one "F11" keypress some seconds after the emulator has started. Thanks in advance for your help Quote Link to comment Share on other sites More sharing options...
neil9000 Posted February 19, 2018 Share Posted February 19, 2018 Hi and welcome to the community. Add the below line to the auto hotkey tab in the manage emulators/Retroarch, it will move the mouse cursor to the bottom right of the screen, this is for a 1080p screen if you res is different just change the numbers to match your display. MouseMove, 1920, 1080 1 Quote Link to comment Share on other sites More sharing options...
exodus_cl Posted February 23, 2018 Author Share Posted February 23, 2018 On 19/2/2018 at 9:19 AM, neil9000 said: Hi and welcome to the community. Add the below line to the auto hotkey tab in the manage emulators/Retroarch, it will move the mouse cursor to the bottom right of the screen, this is for a 1080p screen if you res is different just change the numbers to match your display. MouseMove, 1920, 1080 THANK YOU!! It worked great, also thanks for the warm welcome 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.