- 5인용C++스터디/API에서MFC로 . . . . 3 matches
afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
void CApplicationView::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
CView::OnKeyDown(nChar, nRepCnt, nFlags);
- 데블스캠프2009/목요일/연습문제/MFC/서민관 . . . . 2 matches
void CTestMFC2Dlg::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
CDialog::OnKeyDown(nChar, nRepCnt, nFlags);
- 바퀴벌레에게생명을 . . . . 1 match
다큐에서 CBug타입의 멤버 변수를 생성한다. 그리고 뷰에서 방향키의 키이벤트(OnKeyDown)를 받으면 다큐의 CBug 타입의 멤버 변수의 Move함수를 호출하고 변경된 position과 direction을 OnDraw에서 받아서 알맞은 그림을 잘라내서 뷰에 그린다.
Found 3 matching pages out of 7555 total pages (5000 pages are searched)
You can also click here to search title.