示例#1
0
void Splash::showMenuCb(void * arg)
{
  Splash * self = (Splash*)arg;
  if (not self->m_menuOn)
  {
    self->start();
  }
}
示例#2
0
void Splash::startCb(void * arg)
{
  Splash * self = (Splash*)arg;
  if (self->m_menuOn)
  {
    self->start();
  }
}