Kibor Bot Autoclicker » Kibor - Integrated development environment for bots » About Kibor » Version 2.08 Determining the coordinates of the mouse and changing the layout of the language

Страниц (1): [1]
 

1. Kibor - 24 Июля, 2018 - 02:45:26 - перейти к сообщению
Added functions for changing the layout of the language and determining the coordinates of the mouse

getmouse - determines the current coordinates of the mouse.

Syntax:
CODE:
int x, y;
getmouse (x, y); // writes to x y the current mouse coordinates in the screen coordinates


CODE:
int x, y;
getmouse (x, y, w); // writes to x y the current mouse coordinates in the client coordinates of the window or control pointed to by w


================================================== ========


sendlanguage - toggles the language layout in the specified window

Syntax:
sendlanguage ("00000409", w);
"00000409" switches the input language in the window referenced by w to English.
"00000419" switches to Russian. Find the codes of other countries on the Internet.

If you specify 0 instead of the pointer, it switches over in the active window.

Powered by ExBB FM 1.0 Final