diff options
author | Arisotura <thetotalworm@gmail.com> | 2019-01-22 15:58:29 +0100 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2019-01-22 15:58:29 +0100 |
commit | b0efde8bf754230d401889eee7cd788ff1e0c00c (patch) | |
tree | 1b0a0075829edda403286c8c8666c2b626384c6d /src/libui_sdl/libui/windows | |
parent | 47a3d2b49a71d90f355546648f710ac713379832 (diff) |
also, update copyright name
Diffstat (limited to 'src/libui_sdl/libui/windows')
-rw-r--r-- | src/libui_sdl/libui/windows/areaevents.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |