mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-27 00:00:07 -06:00
also, update copyright name
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user