microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++

Home Page:https://walbourn.github.io/directxtk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keyboard virtual keys

walbourn opened this issue · comments

The Windows 10 SDK (19041) add two new virtual keys where previously they were reserved. Should update Keyboard's enum.

#define VK_IME_ON         0x16
#define VK_IME_OFF        0x1A