MCPcopy Create free account
hub / github.com/RoganDawes/P4wnP1 / _sendMouseReport

Method _sendMouseReport

hidtools/mouse/MouseScriptParser.py:106–107  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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)

Callers 5

DO_BUTTONSMethod · 0.95
DO_MOVEMethod · 0.95
DO_MOVESTEPSMethod · 0.95
DO_MOVETOMethod · 0.95
DO_UPDATEMethod · 0.95

Calls 1

fire_reportMethod · 0.80

Tested by

no test coverage detected