mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 23:00:42 +00:00
Add command/meta key support
This commit is contained in:
@@ -2664,7 +2664,7 @@ void HiliteAllObjects (void)
|
||||
{
|
||||
Delay(1, nullptr);
|
||||
}
|
||||
while ((theseKeys->IsSet(PL_KEY_EITHER_SPECIAL(kControl))) &&
|
||||
while ((theseKeys->IsSet(PL_KEY_SHORTCUT)) &&
|
||||
(theseKeys->IsSet(PL_KEY_EITHER_SPECIAL(kAlt))));
|
||||
|
||||
for (i = 0; i < kMaxRoomObs; i++)
|
||||
|
Reference in New Issue
Block a user