MSG Msg; while(GetMessage(&Msg,NULL,0,0){ TranslateMessage(&Msg); DispatchMessage(&Msg); }
These is a part of C++ code can anyone explain these code.
Aucun commentaire:
Enregistrer un commentaire