diff options
Diffstat (limited to 'src/libui_sdl/libui/windows/areaevents.cpp')
| -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  |