mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
'aight
This commit is contained in:
@ -236,7 +236,7 @@ bool IsRightModKey(QKeyEvent* event)
|
||||
quint32 scan = event->nativeScanCode();
|
||||
return (scan == 0x11D || scan == 0x138 || scan == 0x36);
|
||||
}
|
||||
#elifdef __APPLE__
|
||||
#elif __APPLE__
|
||||
bool IsRightModKey(QKeyEvent* event)
|
||||
{
|
||||
quint32 scan = event->nativeVirtualKey();
|
||||
|
Reference in New Issue
Block a user