bool BtnTest::Key(dword key, int val) { if(key == K_CTRL_S) { btnEnter.DoAction(); return true; } else return TopWindow::Key(key, val); }
Report message to a moderator