Full Member
Покинул форум
Сообщений всего: 160
Дата рег-ции: Дек. 2017
Репутация: 0
Карма 0
|
The function of finding the coordinates of pixels of a certain color is added: findcolor . Description findcolor .
//////////////////////////////////////////////////////////////////////////////////////////
The format function is improved.
Since in Kibor you can not directly equate char to int and int to char formatting functions have been introduced.
formatic - returns the char of the chisel value in the parameter:
char a = formatic (78);
formatci - returns int char 'and the values ??in the parameter:
int a = formatci ('b');
/////////////////////////////////////////////
Modification of the menu on the right button:
In the Variables menu, the structure of the win pointer is added
/////////////////////////////////////////////
Adding the function key, keydown and keyup the option of specifying not only char and string, but also the key code in int:
key (65) is similar to key ('A');
////////////////////////////////////////////////////////////////////////////////////////////// //
Internal refinement of some functions ...
----- The Visual Code Editor is Kibor. Creating bots without knowledge of programming.
Learning function for recognizing text.
----- |