Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Spring
- NPM
- es6
- 보조정렬
- xPlatform
- Kotlin
- JavaScript
- SSL
- 공정능력
- R
- SQL
- table
- Java
- tomcat
- Android
- Eclipse
- IntelliJ
- GIT
- Express
- Python
- Sqoop
- react
- mybatis
- SPC
- mapreduce
- MSSQL
- window
- hadoop
- vaadin
- plugin
Archives
- Today
- Total
DBILITY
GetKeyState 본문
반응형
#define IsControlKey() (0x8000 == (0x8000 & GetKeyState(VK_CONTROL)))
#define IsShiftKey() (0x8000 == (0x8000 & GetKeyState(VK_SHIFT)))
반응형
'C' 카테고리의 다른 글
C 초기화의 중요성? (0) | 2019.06.14 |
---|---|
C console program example (0) | 2019.06.05 |
WIN32 윈도우 생성 및 메시지처리 이해 (0) | 2019.01.04 |
CMainFrame 가운데 정렬 (0) | 2019.01.02 |
주요 Message (0) | 2018.02.13 |
Comments