K
K
kikkoo2020-11-07 20:46:46
Programming languages
kikkoo, 2020-11-07 20:46:46

What language is this code in?

What language is this code in?

if (key == "q")
                {
                    Point curpos = Cursor.Position;
                    MoveAndLeftClick(1172, 181);
                    Sleep(200);
                    MoveAndRightClick(1188, 162);
                    MoveAndLeftClick(1342, 237);
                    MoveTo(curpos.X, curpos.Y);
                }

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Karbivnichy, 2020-11-07
@hottabxp

On any. This is a self-made utility script: Is there a program to emulate mouse and keyboard movement ...

M
MatrixKiller, 2020-11-07
@MatrixKiller

Java, C++, C#.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question