Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
716 |
lvd |
1 |
#pragma once |
|
|
2 |
|
|
|
3 |
struct PC_KEY |
|
|
4 |
{ |
|
|
5 |
unsigned char vkey; |
|
|
6 |
unsigned char normal; |
|
|
7 |
unsigned char shifted; |
|
|
8 |
unsigned char padd; |
|
|
9 |
}; |
|
|
10 |
|
|
|
11 |
extern const PC_KEY pc_layout[]; |
|
|
12 |
extern const size_t pc_layout_count; |