()
| 114 | def from_height_center(offset): |
| 115 | return int( (window.height/2) + offset * (window.height / DEFAULT_WINDOW_HEIGHT) ) |
| 116 | def width_center(): |
| 117 | return int(window.width/2) |
| 118 | def height_center(): |
| 119 | return int(window.height/2) |
| 120 |
no outgoing calls
no test coverage detected