MCPcopy 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
343PanePtr Pane::createTooltip(Vec2I const&) {
344 return {};
345}
346
347Maybe<String> Pane::cursorOverride(Vec2I const&) {
348 return {};

Callers 1

updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected