mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
Keyboard input
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//----------------------------------------------------------------------------
|
||||
//============================================================================
|
||||
|
||||
|
||||
#include "PLKeyEncoding.h"
|
||||
#include "PLSound.h"
|
||||
#include "PLToolUtils.h"
|
||||
#include "PLPasStr.h"
|
||||
@@ -2754,8 +2754,8 @@ void HiliteAllObjects (void)
|
||||
{
|
||||
GetKeys(theseKeys);
|
||||
}
|
||||
while ((BitTst(&theseKeys, kCommandKeyMap)) &&
|
||||
(BitTst(&theseKeys, kOptionKeyMap)));
|
||||
while ((BitTst(theseKeys, PL_KEY_EITHER_SPECIAL(kControl))) &&
|
||||
(BitTst(theseKeys, PL_KEY_EITHER_SPECIAL(kAlt))));
|
||||
|
||||
for (i = 0; i < kMaxRoomObs; i++)
|
||||
FrameRect(&roomObjectRects[i]);
|
||||
|
Reference in New Issue
Block a user