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

Method toolTipTimerCallback

framework/framework.cpp:1102–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100}
1101
1102void Framework::toolTipTimerCallback(unsigned int interval [[maybe_unused]],
1103 void *data [[maybe_unused]])
1104{
1105 // the sdl timer will be removed, so we forget about
1106 // clear the timerid and reset the event
1107 pushEvent(std::move(p->toolTipTimerEvent));
1108 p->toolTipTimerId = 0;
1109}
1110
1111void Framework::showToolTip(sp<Image> image, const Vec2<int> &position)
1112{

Callers 1

toolTipStartTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected