Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ createTooltip
Method
createTooltip
source/windowing/StarPane.cpp:343–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
}
342
343
PanePtr Pane::createTooltip(Vec2I const&) {
344
return {};
345
}
346
347
Maybe<String> Pane::cursorOverride(Vec2I const&) {
348
return {};
Callers
1
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected