Commit c04f351d authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

include: Add VK_TO_WCHARS constants definitions to kbd.h.

parent 37de2cb4
......@@ -21,6 +21,25 @@
#include "windef.h"
#define KBDBASE 0
#define KBDSHIFT 1
#define KBDCTRL 2
#define KBDALT 4
#define KBDKANA 8
#define KBDROYA 0x10
#define KBDLOYA 0x20
#define KBDGRPSELTAP 0x80
#define WCH_NONE 0xf000
#define WCH_DEAD 0xf001
#define WCH_LGTR 0xf002
#define CAPLOK 0x01
#define SGCAPS 0x02
#define CAPLOKALTGR 0x04
#define KANALOK 0x08
#define GRPSELTAP 0x80
typedef struct
{
BYTE Vk;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment