24 #ifndef __KeyStates_h__ 25 #define __KeyStates_h__ 27 #include "VirtualKey.h" 31 bool16 IsShiftKeyPressed();
32 bool16 IsCommandKeyPressed();
33 bool16 IsOptionAltKeyPressed();
34 bool16 IsMacControlKeyPressed();
35 bool16 IsSpaceKeyPressed();
39 int16 GetKBSCModifierKeys();
43 bool16 IsVirtualKeyPressed(
const VirtualKey& theKey);