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

Method setPressedOffset

source/windowing/StarButtonWidget.cpp:317–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void ButtonWidget::setPressedOffset(Vec2I const& offset) {
318 m_pressedOffset = offset;
319}
320
321String const& ButtonWidget::getText() const {
322 return m_text;

Callers 5

ScrollBarMethod · 0.80
addTabMethod · 0.80
buttonHandlerMethod · 0.80
radioGroupHandlerMethod · 0.80
SliderBarWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected