示例#1
0
void Layout::onKeyUp(SDL_KeyboardEvent *evt)
{
    ItemIterator it = container.iterator();
    it.publishOnKeyUp(evt);
}