| 147 | Send mouse command valid responses are Ok and Error. |
| 148 | |
| 149 | === Send Keyboard Event Command === |
| 150 | Send keyboard event command ID is 104.[[BR]][[BR]] |
| 151 | KeyIds[[BR]][[BR]] |
| 152 | ||KEY_PRESSED||0|| |
| 153 | ||KEY_RELEASED||1|| |
| 154 | |
| 155 | [[BR]][[BR]] |
| 156 | SendKeyboardEventCommand[[BR]][[BR]] |
| 157 | ||Integer offset||0||1||2||3||4|| |
| 158 | ||0||Size||Command ID||Event||Key||Modifiers|| |
| 159 | [[BR]][[BR]] |
| 160 | SendKeyboardEventCommand Example [[BR]][[BR]] |
| 161 | ||Integer offset||0||1||2||3||4|| |
| 162 | ||0||5||104||0||65||0|| |
| 163 | [[BR]][[BR]] |
| 164 | |
| 165 | Send mouse command valid responses are Ok and Error. |
| 166 | |