Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a10cc09

Browse files
committedMar 14, 2023
ㅇㅇ
1 parent 4c4aac0 commit a10cc09

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed
 

‎_posts/2023-03-14-Third.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ author_profile: false
5656
5757
## WinProc() 기본 구조
5858
### 윈도우 메시지 종류
59-
#### ![](\images\2023 -03-14-Third\WM_PAINT.png)
60-
#### 1.WM_PAINT: 화면 출력
61-
#### 2.WM_DESTROY: 윈도우 메모리에서 파괴될 때 발생함
62-
#### 3.WM_QUIT: 프로그램이 끝낼 때 발생하는 메시지
63-
#### 4.WM_LBUTTONDOWM: 마우스의 좌측 버튼 누를 경우 발생
64-
#### 5.WM_KEYDOWN: 키보드의 키를 눌렀을 때 발생
65-
#### 6.WM_CHAR: 키보드로부터 문자가 입력될 때 발생
66-
#### 7.WM_CREATE: 윈도우가 처음 만들어질 때 발생
59+
![](\images\2023 -03-14-Third\WM_PAINT.png)
60+
1.WM_PAINT: 화면 출력
61+
2.WM_DESTROY: 윈도우 메모리에서 파괴될 때 발생함
62+
3.WM_QUIT: 프로그램이 끝낼 때 발생하는 메시지
63+
4.WM_LBUTTONDOWM: 마우스의 좌측 버튼 누를 경우 발생
64+
5.WM_KEYDOWN: 키보드의 키를 눌렀을 때 발생
65+
6.WM_CHAR: 키보드로부터 문자가 입력될 때 발생
66+
7.WM_CREATE: 윈도우가 처음 만들어질 때 발생
6767
![](\images\2023 -03-14-Third\메시지 루프와 메시지 처리 함수 순서.png)
6868
![](\images\2023 -03-14-Third\서처리 순.png)
6969
1. 키보드, 마우스 등에 의해 이벤트가 감지된다

0 commit comments

Comments
 (0)
Please sign in to comment.