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
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
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.