MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / showToolTip

Method showToolTip

framework/framework.cpp:1111–1115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109}
1110
1111void Framework::showToolTip(sp<Image> image, const Vec2<int> &position)
1112{
1113 p->toolTipImage = image;
1114 p->toolTipPosition = position;
1115}
1116
1117UString Framework::textGetClipboard()
1118{

Callers 1

eventOccuredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected