reactos/dll/win32/imm32/resource.h
Katayama Hirofumi MZ bd06299059
[IMM32][SDK] Implement IME Soft Keyboard Type T1 (#6021)
- Rename version.rc as imm32.rc.
- Add resource.h and t1keys.h.
- Add some resource bitmaps.
- Modify <immdev.h>.

Test:
Press Ctrl+Alt+comma on FreeCJ2004.

NOTE: There's a visual bug in PatBlt with negative values.
CORE-19268
2023-11-24 23:02:19 +09:00

20 lines
593 B
C

/* Bitmap IDs */
#define IDB_T1_BACKSPACE 100
#define IDB_T1_TAB 101
#define IDB_T1_CAPS 102
#define IDB_T1_ENTER 103
#define IDB_T1_SHIFT 104
#define IDB_T1_CTRL 105
#define IDB_T1_ESCAPE 106
#define IDB_T1_ALT 107
#define IDB_T1_CHARS 108
#define IDB_C1_BACKSPACE 201
#define IDB_C1_TAB 202
#define IDB_C1_CAPS 203
#define IDB_C1_ENTER 204
#define IDB_C1_SHIFT 205
#define IDB_C1_INS 206
#define IDB_C1_DEL 207
#define IDB_C1_ESCAPE 208
#define IDB_C1_CHARS 209