The SysInfo object is created by the DOpusFactory.SysInfo method. It lets scripts access miscellaneous system information that may not be otherwise easy to obtain from a script.
|
Method Name |
Arguments |
Return Type |
Description |
|---|---|---|---|
|
Monitors |
none |
Returns a Vector of Rect objects which provide information about the position and size of the display monitors in the system. | |
|
MouseMonitor |
none |
int |
Returns the index of the monitor the mouse pointer is currently positioned on. |
|
MousePosX |
none |
int |
Returns the current x-coordinate of the mouse pointer. |
|
MousePosY |
none |
int |
Returns the current y-coordinate of the mouse pointer. |