bool Tab5_Dynamic::Key(dword key, int val) { LOG("key"); DUMP("KeyAction"); if(key == K_CTRL_S) { bStart.Action(); return true; } else return TopWindow::Key(key, val); }
Report message to a moderator