MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / centered

Method centered

source/windowing/StarImageWidget.cpp:64–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool ImageWidget::centered() {
65 return m_centered;
66}
67
68void ImageWidget::setCentered(bool centered) {
69 m_centered = centered;

Callers 1

imageHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected