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

Method cursorTimerEvent

python/examples/triage/byte.py:568–570  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

566 self.refreshLines()
567
568 def cursorTimerEvent(self):
569 self.caretBlink = not self.caretBlink
570 self.updateCaret()
571
572 def focusInEvent(self, event):
573 self.caretVisible = True

Callers

nothing calls this directly

Calls 1

updateCaretMethod · 0.95

Tested by

no test coverage detected