Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

[Feature] Mouse Coordinates - Mouse click on certain coordinates #60

Closed
Papermanzero opened this issue Oct 2, 2016 · 4 comments
Closed

Comments

@Papermanzero
Copy link

This is a feature to define on which coordinates a mouse click (left, right, middle, etc.) shall occur.
The user shall enter values for the x and y coordinates and the according mouse click.
Then a real controller button can be used to click on a certain position on screen (e.g. to open a menu)

Additionally the "mouse coordinates" can be available for the advanced slots.
GUIs in certain games have several on-screen buttons. A toggle between them (means a toggle between the different mouse coordinates) would help to make a switch for the controller.

@jsbackus
Copy link
Member

jsbackus commented Oct 9, 2016

Interesting idea! We'll add it to the list.

@spanktastic2120
Copy link

As an alternative/workaround you could assign the button to an unused or nonexistent key (like F13-F24) and use AutoHotkey to perform the click. In AHK its as simple as:
F13::Click, left, x, y

@Papermanzero
Copy link
Author

Papermanzero commented Oct 13, 2016

You could also use AutoIt. But in generally it is really related about AntiMicro.
And you have to consider Linux as well ;-)

It must also be considered what to do at the coordinates:
left click, double left click, right click, double right click or nothing.

@pktiuk
Copy link
Contributor

pktiuk commented Dec 27, 2022

AntiMicro is no longer maintained. There were no bigger fixes since 2017.
There is a new recommended version of this app called AntiMicroX.

As a part of cleanup, this issue will be closed and repository will be archived.
This enhancement can be tracked now in #60

@pktiuk pktiuk closed this as completed Dec 27, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants