exodus_cl Posted February 19, 2018 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
neil9000 Posted February 19, 2018 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
exodus_cl Posted February 23, 2018 Author 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
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.