MCPcopy Index your code
hub / github.com/mitmproxy/mitmproxy / mouse_event

Method mouse_event

mitmproxy/tools/console/flowlist.py:34–37  ·  view source on GitHub ↗
(self, size, event, button, col, row, focus)

Source from the content-addressed store, hash-verified

32 return True
33
34 def mouse_event(self, size, event, button, col, row, focus):
35 if event == "mouse press" and button == 1:
36 self.master.commands.execute("console.view.flow @focus")
37 return True
38
39 def keypress(self, size, key):
40 return key

Callers

nothing calls this directly

Calls 1

executeMethod · 0.80

Tested by

no test coverage detected