Waitrud Weber’s blog

things and reminders for memories

3d: WindowsAPI: Windows-make: wButtonController: kickEvent:

(20200525: )
.\wButtonController.cpp Mon May 25 17:05:45 2020
307 :
308 :
309 :void wButtonController::kickButtonEvent()
310 :{
311 : //UNIT umsg;
312 : //AryButton[this->CursolNumber]->kickEveentButton(this->kickEveentButtons->hWnd, this->event->uMsg, this->event->wParam, this->event->lParam);
313 : AryButton[this->CursolNumber]->kickEveentButton(this->event->hWnd, *(this->event->uMsg), this->event->wParam, this->event->lParam);
314 :}
315 :