spiegel-keyman/common/windows/cpp/include/vkeys.h
Sabine 45d2bbe6d0 Merge branch 'refactor/developer/6026-kmcompx-compiler-cross-platform-part-2-NEW_VERSION' of https://github.com/keymanapp/keyman into refactor/developer/6026-kmcompx-compiler-cross-platform-part-2-NEW_VERSION
- moved new files( checkNCapsConsistency, etc) to kmcmpdll & used only from there
- use of VKeyNames in vkeys.h
- removed keyboardprocessor_... from kmcompx to kmcmpdll
2022-08-03 15:16:49 +02:00

6 lines
149 B
C

#pragma once
extern const char16_t* KMX_VKeyNames[256];
extern const char16_t* KMX_VKeyISO9995Names[256];
extern const wchar_t* VKeyNames[256];