From b0efde8bf754230d401889eee7cd788ff1e0c00c Mon Sep 17 00:00:00 2001 From: Arisotura Date: Tue, 22 Jan 2019 15:58:29 +0100 Subject: also, update copyright name --- src/libui_sdl/libui/windows/areaevents.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libui_sdl/libui/windows') diff --git a/src/libui_sdl/libui/windows/areaevents.cpp b/src/libui_sdl/libui/windows/areaevents.cpp index d65b11d..3ff7a47 100644 --- a/src/libui_sdl/libui/windows/areaevents.cpp +++ b/src/libui_sdl/libui/windows/areaevents.cpp @@ -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 -- cgit v1.2.3