MCPcopy Create free account
hub / github.com/brain-workshop/brainworkshop / from_width_center

Function from_width_center

brainworkshop.py:112–113  ·  view source on GitHub ↗
(offset)

Source from the content-addressed store, hash-verified

110preventMusicSkipping = True
111
112def from_width_center(offset):
113 return int( (window.width/2) + offset * (window.width / DEFAULT_WINDOW_WIDTH) )
114def from_height_center(offset):
115 return int( (window.height/2) + offset * (window.height / DEFAULT_WINDOW_HEIGHT) )
116def width_center():

Callers 2

__init__Method · 0.85
__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected