9.0
289
SetMicrophone
Turns the microphone on or off.
Syntax
SetMicrophone [onOff]
Argument Description
onOff A value indicating the microphone state. If no value is specified, the microphone
switches to the opposite state.
0 off
1 on
Example
This example turns the microphone on.
SetMicrophone 1
Note
SetMicrophone is used in the Microphone Off command.
SetMousePosition
Positions the mouse pointer by using absolute or relative coordinates. You can use SetMousePosition to position
the mouse for selecting objects that do not have accelerator keys and that do not change position.
Syntax
SetMousePosition relativeTo, x[, y]
Argument Description
relativeTo A value indicating the reference point for the specified mouse pointer position.
0 Coordinates are relative to the upper-left corner of the screen.
1 Coordinates are relative to the upper-left corner of the active window.
2 Coordinates are relative to the current pointer position.
5 Coordinates are relative to the upper-left corner of the window interior (area
within the window borders).
3 The x-coordinate is one of nine mapped positions relative to the screen.
4 The x-coordinate is one of nine mapped positions relative to the active
window.
6 The x-coordinate is one of nine mapped positions relative to the window










