Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
317
void ButtonWidget::setPressedOffset(Vec2I const& offset) {
318
m_pressedOffset = offset;
319
}
320
321
String const& ButtonWidget::getText() const {
322
return m_text;
Callers
5
ScrollBar
Method · 0.80
addTab
Method · 0.80
buttonHandler
Method · 0.80
radioGroupHandler
Method · 0.80
SliderBarWidget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected