Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
class
Button:
81
def
__init__(self, pos, text, size=[85, 85]):
82
self.pos = pos
83
self.size = size
84
self.text = text
85
86
87
buttonList = []
Callers
2
virtual_keyboard.py
File · 0.85
main
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected