also, update copyright name

This commit is contained in:
Arisotura
2019-01-22 15:58:29 +01:00
parent 47a3d2b49a
commit b0efde8bf7
57 changed files with 58 additions and 58 deletions

View File

@ -267,7 +267,7 @@ static int areaKeyEvent(uiArea *a, int up, WPARAM wParam, LPARAM lParam)
ke.Up = up;
ke.Repeat = (lParam & 0x40000000) ? 1:0;
// StapleButter note: I don't actually need all this key decoding
// Arisotura note: I don't actually need all this key decoding
// raw scancodes are all I need for this
#if 0
// the numeric keypad keys when Num Lock is off are considered left-hand keys as the separate navigation buttons were added later