This commit is contained in:
parent
057052244c
commit
e8deefc741
|
@ -36,7 +36,7 @@ static bool altPressed = 0;
|
|||
static bool shiftPressed = 0;
|
||||
static bool controlPressed = 0;
|
||||
|
||||
void KeybPrint(uchar _code)
|
||||
static void KeybPrint(uchar _code)
|
||||
{
|
||||
uint code = (uint)_code;
|
||||
|
||||
|
|
Loading…
Reference in New Issue