| 126 | === Send Mouse Event Command === |
| 127 | Send mouse event command ID is 103.[[BR]][[BR]] |
| 128 | MouseIds[[BR]][[BR]] |
| 129 | ||Name||Value|| |
| 130 | ||MOUSE_DBL_CLICKED||0|| |
| 131 | ||MOUSE_PRESSED||1|| |
| 132 | ||MOUSE_RELEASED||2|| |
| 133 | ||MOUSE_MOVED||3|| |
| 134 | ||MOUSE_LEFT_BUTTON||0|| |
| 135 | ||MOUSE_RIGHT_BUTTON||1|| |
| 136 | ||MOUSE_MID_BUTTON||2|| |
| 137 | [[BR]][[BR]] |
| 138 | SendMouseEventCommand[[BR]][[BR]] |
| 139 | ||Integer offset||0||1||2||3||4||5|| |
| 140 | ||0||Size||Command ID||Event||Button||X offset||Y offset|| |
| 141 | [[BR]][[BR]] |
| 142 | SendMouseEventCommand Example [[BR]][[BR]] |
| 143 | ||Integer offset||0||1||2||3||4||5|| |
| 144 | ||0||6||103||1||1||100||150|| |
| 145 | [[BR]][[BR]] |
| 146 | |