This repository has been archived on 2022-06-27. You can view files and clone it, but cannot push or open issues or pull requests.
Xash3DArchive/viewer/kbd_layout.h

39 lines
525 B
C

//=======================================================================
// Copyright XashXT Group 2007 ©
// kbd_layout.h - ASCII defualt charset
//=======================================================================
#ifndef KBD_LAYOUT_H
#define KBD_LAYOUT_H
enum
{
VK_A = 65,
VK_B,
VK_C,
VK_D,
VK_E,
VK_F,
VK_G,
VK_H,
VK_I,
VK_J,
VK_K,
VK_L,
VK_M,
VK_N,
VK_O,
VK_P,
VK_Q,
VK_R,
VK_S,
VK_T,
VK_U,
VK_V,
VK_W,
VK_X,
VK_Y,
VK_Z,
};
#endif//KBD_LAYOUT_H