MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / focusOutEvent

Method focusOutEvent

python/examples/triage/byte.py:576–579  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

574 self.updateCaret()
575
576 def focusOutEvent(self, event):
577 self.caretVisible = False
578 self.leftButtonDown = False
579 self.updateCaret()
580
581 def selectNone(self):
582 for i in self.lines:

Callers

nothing calls this directly

Calls 1

updateCaretMethod · 0.95

Tested by

no test coverage detected