(self)
| 104 | self._sendMouseReport() |
| 105 | |
| 106 | def _sendMouseReport(self): |
| 107 | self.mouse.fire_report() |
| 108 | |
| 109 | def DO_MOVE(self, argv): |
| 110 | # ToDo: Command could be extended to support 3rd relative axis for mousewheel (implementation in hid_mouse.py + change of HID descriptor) |
no test coverage detected