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

Method setTextOffset

source/windowing/StarButtonWidget.cpp:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void ButtonWidget::setTextOffset(Vec2I textOffset) {
338 m_textOffset = textOffset;
339}
340
341void ButtonWidget::setTextAlign(HorizontalAnchor hAnchor) {
342 m_hTextAnchor = hAnchor;

Callers 2

addTabMethod · 0.80
buttonHandlerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected