MCPcopy Create free account
hub / github.com/alpha2phi/python-apps / Button

Class Button

computer-vision/virtual_keyboard.py:80–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80class Button:
81 def __init__(self, pos, text, size=[85, 85]):
82 self.pos = pos
83 self.size = size
84 self.text = text
85
86
87buttonList = []

Callers 2

mainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected