mirror of
https://github.com/reactos/reactos.git
synced 2025-07-01 07:11:24 +00:00
[SDK][USER32] Implement WM_IME_SYSTEM.IMS_SOFTKBDONOFF (#7950)
Supporting soft keyboard will improve IME usability. JIRA issue: CORE-19268 - Define IMS_SOFTKBDONOFF constant as 0x13 in <immdev.h>. - Implement WM_IME_SYSTEM.IMS_SOFTKBDONOFF message handling in ImeWnd_OnImeSystem.
This commit is contained in:
parent
e40e5f572f
commit
d722e70817
2 changed files with 21 additions and 3 deletions
|
@ -103,6 +103,7 @@ typedef struct tagGUIDELINE {
|
|||
#define IMS_CONFIGURE 0x0D
|
||||
#define IMS_SETOPENSTATUS 0x0F
|
||||
#define IMS_FREELAYOUT 0x11
|
||||
#define IMS_SOFTKBDONOFF 0x13
|
||||
#define IMS_GETCONVSTATUS 0x14
|
||||
#define IMS_IMEHELP 0x15
|
||||
#define IMS_IMEACTIVATE 0x17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue